plot_glucose {cgmquantify} | R Documentation |
This function plots glycemic excursions over the time period in which data was collected.
plot_glucose(df)
df |
Data frame read through readfile |
None
mydatafile <- system.file("extdata", "my_data_file.csv", package = "cgmquantify")
mydata <- readfile(mydatafile)
plot_glucose(mydata)