plotchargvp {gluvarpro} | R Documentation |
bar plot of glucose characterization measures
Description
Generic function for create bar plot of glucose characterization measures.
Usage
plotchargvp(x, text = FALSE)
Arguments
x |
Data-set with data frame format containing one column: glucose: glucose value in [mg/dl]. |
text |
Logical value for plotting glucose characterization measures inside the bar plot. Default value is FALSE. |
Author(s)
Sergio Contador.
See Also
chargvp(x)
Examples
data("datagvp1")
plotchargvp(datagvp1)
[Package gluvarpro version 7.0 Index]