Corr_Plot: Correlation plot

View source: R/Plot_functions.R

Corr_PlotR 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])

LDLcalc documentation built on May 31, 2022, 5:07 p.m.