Corr_Plot {LDLcalc} | R Documentation |
Correlation plot
Description
Plots a correlation plot to see the correlation between different columns of your data, for example LDL,HDL relative to age.
Usage
Corr_Plot(listDaten)
Arguments
listDaten |
This is a list of the data between which one can see the correlation. One needs to provide at least two columns of equal length in order to see the correlation between them |
Value
No return value, it prints the requested diagram.
Examples
Corr_Plot(SampleData[1:5])
[Package LDLcalc version 2.1 Index]