From 911c5053aeb83a260338707655d5d779bfe5bb38 Mon Sep 17 00:00:00 2001 From: Julian A Wolfson Date: Wed, 26 Feb 2025 10:33:38 -0700 Subject: [PATCH] Update plot_ranges.R documentation To reflect the fact that, with previous commit, this works for multiple subjects --- R/plot_ranges.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/plot_ranges.R b/R/plot_ranges.R index 550b7bf7..62f44d07 100644 --- a/R/plot_ranges.R +++ b/R/plot_ranges.R @@ -8,14 +8,14 @@ #' #' @inheritParams CGMS2DayByDay #' -#' @return Single subject bar chart showing percent in different glucose ranges. +#' @return Single or multiple-subject bar chart showing percent in different glucose ranges. #' #' @export #' #' @author Elizabeth Chun #' #' @details -#' Only a single subject's data may be used. There are four ranges: very low (below 54 mg/dL), +#' There are four ranges: very low (below 54 mg/dL), #' low (54-69 mg/dL), target range (70-180 mg/dL), high (181-250 mg/dL), and very high (above 250 mg/dL). #' This plot is meant to be used as part of the Ambulatory Glucose Profile (AGP) #'