Learn R Programming

LDLcalc (version 2.1)

Corr_Plot: 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)

Value

No return value, it prints the requested diagram.

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

Examples

Run this code
Corr_Plot(SampleData[1:5])

Run the code above in your browser using DataLab