powered by
This function plots glycemic excursions over the time period in which data was collected.
plot_glucose(df)
Data frame read through readfile
None
# NOT RUN { mydatafile <- system.file("extdata", "my_data_file.csv", package = "cgmquantify") mydata <- readfile(mydatafile) plot_glucose(mydata) # }
Run the code above in your browser using DataLab