plot_glucose {cgmquantify}R Documentation

Plot Glucose Data

Description

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

Usage

plot_glucose(df)

Arguments

df

Data frame read through readfile

Value

None

Examples

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

[Package cgmquantify version 0.1.0 Index]