DensityPlotOfVar: Plot variance density

View source: R/Plots.R

DensityPlotOfVarR Documentation

Plot variance density

Description

Plot density of the Variance along with the median, 2.5 and 97.5 percentile as vertical lines

Usage

DensityPlotOfVar(Vector, title = "")

Arguments

Vector

A vector or data frame columns with the values whose

title

Title of the plot (default=""). distribution density is to be plotted.

Value

The function returns no values but plots the density plot.

Examples

## Not run: 
LDLbootstrVar=as.data.frame(LDLbootVrnc(sampleA$CHOL,sampleA$HDL,sampleA$TG))
DensityPlotOfVar(LDLbootstrVar$dataTable.CV)

## End(Not run)

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