strgvp | R Documentation |
Generic function for printing information about data-set. Includes information about number of days of data, number of registers, number of glucose values, number of glucose values with NA (missing values) and range of glucose values. It shows the absolute values and the relative values for each day, containing the year, month, day and time.
strgvp(x)
x |
Data-set with data frame format containing three columns: date: date of the observation with format yyyy/mm/dd. time: time of the observation with 24 hour format hh:mm:ss. glucose: glucose value of the observation. |
A list containing the absolute values and the relative values for each day with the information of the data-set.
Sergio Contador.
data("datagvp1") strgvp(datagvp1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.