plot_glucose: Plot Glucose Data

Description Usage Arguments Value Examples

View source: R/plot_glucose.R

Description

This function plots glycemic excursions over the time period in which data was collected.

Usage

1

Arguments

df

Data frame read through readfile

Value

None

Examples

1
2
3
mydatafile <- system.file("extdata", "my_data_file.csv", package = "cgmquantify")
mydata <- readfile(mydatafile)
plot_glucose(mydata)

cgmquantify documentation built on Feb. 5, 2021, 9:06 a.m.