Skip to content

Commit 79a32d8

Browse files
committed
Clarified plot_daily maxd
1 parent a2530e3 commit 79a32d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/plot_daily.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#' plot_daily(data, maxd = 14, inter_gap = 15, tz = "")
88
#'
99
#' @param data DataFrame object with column names "id", "time", "hr"
10-
#' @param maxd \strong{Default: 14.} Number of days to plot. If less than `maxd` days of data are available, all days are plotted.
10+
#' @param maxd \strong{Default: 14.} Number of days to plot. If less than `maxd` days of data are available, all days are plotted. If number of days within the data is larger than `maxd`, then only the most recent `maxd` days will be plotted.
1111
#' @param inter_gap The maximum allowable gap (in minutes) for interpolation.
1212
#' @param tz A character string specifying the time zone to be used. System-specific (see \code{\link{as.POSIXct}}), but " " is the current time zone, and "GMT" is UTC (Universal Time, Coordinated). Invalid values are most commonly treated as UTC, on some platforms with a warning
1313
#' @return Daily heart rate time series plots for a single subject

man/plot_daily.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)