plotmgvp | R Documentation |
Function for plotting given data points arranging multiple grobs on a draw.
plotmgvp(x, col = FALSE, var = "auc")
x |
Data-set with data frame format containing five or six columns: date: date of the observation with format yyyy/mm/dd. time: time of the observation with 24 hour format hh:mm:ss. variability measure: glucose variability measure. |
col |
Logical value for plotting data points with different colours. If data-set contains more than one day, it can be selected different colors (TRUE) for each day of data or one color (FALSE). Default value is FALSE. |
var |
Character value with variable for plotting. Permitted values are auc, bgi, mage, and pstr. Default value is auc. |
Sergio Contador.
data("datagvp1") x <- aucgvp(datagvp1) plotmgvp(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.