From 3febc9df7711135253da1e7048518673909cb9e6 Mon Sep 17 00:00:00 2001 From: Irina Gaynanova Date: Tue, 14 Jan 2025 12:48:12 -0500 Subject: [PATCH] minor documentation changes --- R/lasagna_plots.R | 2 +- man/plot_lasagna.Rd | 2 +- man/plot_lasagna_1subject.Rd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/R/lasagna_plots.R b/R/lasagna_plots.R index 041351b8..1d480c44 100644 --- a/R/lasagna_plots.R +++ b/R/lasagna_plots.R @@ -3,7 +3,7 @@ #' @inheritParams conga #' @param lasagnatype \strong{Default: "unsorted".} String corresponding to plot type, currently supported options are 'unsorted' for an unsorted single-subject lasagna plot, 'timesorted' for a lasagna plot with glucose values sorted within each time point across days, and 'daysorted' for a lasagna plot with glucose values sorted within each day across time points. #' @param limits The minimal and maximal glucose values for coloring grid which is gradient from blue (minimal) to red (maximal), see \code{\link[ggplot2]{scale_fill_gradient2}}) -#' @param midpoint The glucose value serving as midpoint of the diverging gradient scale (see \code{\link{scale_fill_gradient2}}). The default value is 105 mg/dL. The values above are colored in red, and below in blue in the default color_scheme, which can be adjusted. +#' @param midpoint The glucose value serving as midpoint of the diverging gradient scale (see \code{\link[ggplot2]{scale_fill_gradient2}}). The default value is 105 mg/dL. The values above are colored in red, and below in blue in the default color_scheme, which can be adjusted. #' @param dt0 The time frequency for interpolated aligned grid in minutes, the default will match the CGM meter's frequency (e.g. 5 min for Dexcom). #' @param inter_gap The maximum allowable gap (in minutes) for interpolation of #' NA glucose values. The values will not be interpolated between diff --git a/man/plot_lasagna.Rd b/man/plot_lasagna.Rd index 2fdb8e7c..12a4eaf2 100644 --- a/man/plot_lasagna.Rd +++ b/man/plot_lasagna.Rd @@ -32,7 +32,7 @@ plot_lasagna( \item{limits}{The minimal and maximal glucose values for coloring grid which is gradient from blue (minimal) to red (maximal), see \code{\link[ggplot2]{scale_fill_gradient2}})} -\item{midpoint}{The glucose value serving as midpoint of the diverging gradient scale (see \code{\link{scale_fill_gradient2}}). The default value is 105 mg/dL. The values above are colored in red, and below in blue in the default color_scheme, which can be adjusted.} +\item{midpoint}{The glucose value serving as midpoint of the diverging gradient scale (see \code{\link[ggplot2]{scale_fill_gradient2}}). The default value is 105 mg/dL. The values above are colored in red, and below in blue in the default color_scheme, which can be adjusted.} \item{LLTR}{Lower Limit of Target Range, default value is 70 mg/dL.} diff --git a/man/plot_lasagna_1subject.Rd b/man/plot_lasagna_1subject.Rd index 43c73c43..3f92deb3 100644 --- a/man/plot_lasagna_1subject.Rd +++ b/man/plot_lasagna_1subject.Rd @@ -26,7 +26,7 @@ plot_lasagna_1subject( \item{limits}{The minimal and maximal glucose values for coloring grid which is gradient from blue (minimal) to red (maximal), see \code{\link[ggplot2]{scale_fill_gradient2}})} -\item{midpoint}{The glucose value serving as midpoint of the diverging gradient scale (see \code{\link{scale_fill_gradient2}}). The default value is 105 mg/dL. The values above are colored in red, and below in blue in the default color_scheme, which can be adjusted.} +\item{midpoint}{The glucose value serving as midpoint of the diverging gradient scale (see \code{\link[ggplot2]{scale_fill_gradient2}}). The default value is 105 mg/dL. The values above are colored in red, and below in blue in the default color_scheme, which can be adjusted.} \item{LLTR}{Lower Limit of Target Range, default value is 70 mg/dL.}