Skip to content

Commit

Permalink
correct clevels parameter typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentvanhees committed Aug 29, 2024
1 parent 36dfd13 commit 853def4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/load_params.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ load_params = function(topic = c("sleep", "metrics", "rawdata",
L5M5window = c(0, 24), cosinor = FALSE,
part6CR = FALSE, part6HCA = FALSE,
part6Window = c("start", "end"),
clevel = c(30, 150))
clevels = c(30, 150))
}
if ("phyact" %in% topic) {
params_phyact = list(mvpathreshold = 100, boutcriter = 0.8,
Expand Down
2 changes: 1 addition & 1 deletion man/GGIR.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,7 @@ GGIR(mode = 1:5,
ignores the first and last 5 hours, and c("O2", "W10") goes from the second
onset till the 10th wakeup time.
}
\item{clevel}{
\item{clevels}{
Numeric vector (default = c(30, 150)) with length 2 to indicate cadence ranges used
when summarising step counts, if available. When set to NULL, step counts will not be
summarised in part 5 output.
Expand Down

0 comments on commit 853def4

Please sign in to comment.