DensityPlotOfVar | R Documentation |
Plot density of the Variance along with the median, 2.5 and 97.5 percentile as vertical lines
DensityPlotOfVar(Vector, title = "")
Vector |
A vector or data frame columns with the values whose |
title |
Title of the plot (default=""). distribution density is to be plotted. |
The function returns no values but plots the density plot.
## Not run:
LDLbootstrVar=as.data.frame(LDLbootVrnc(sampleA$CHOL,sampleA$HDL,sampleA$TG))
DensityPlotOfVar(LDLbootstrVar$dataTable.CV)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.