Skip to content

Commit

Permalink
revised man for cwd()
Browse files Browse the repository at this point in the history
  • Loading branch information
stineb committed Dec 5, 2024
1 parent 7965859 commit 28640aa
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Suggests:
visdat,
recipes
License: AGPL-3
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
ByteCompile: true
3 changes: 2 additions & 1 deletion R/cwd.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
#' during the same event, to which a CWD has to be reduced to terminate the event. Defaults to 0,
#' meaning that the CWD has to be fully compensated by water infiltration into the soil to terminate
#' a CWD event.
#' @param thresh_terminate_absolute threshold determining end of event, as \code{thresh_terminate} but in absolute terms (in mm d-1).
#' @param thresh_terminate_absolute threshold determining end of event, as \code{thresh_terminate} but in absolute terms
#'(in the same units as \code{varname_wbal} is provided in).
#' @param thresh_drop Level, relative to the CWD maximum of the same event, after which all data
#' during the remainder of the event is set to missing values. This is to avoid interpreting data
#' after rain events but before full compensation of CWD. Defaults to 0.9.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pandoc: 3.1.13
pandoc: '3.2'
pkgdown: 2.0.9
pkgdown_sha: ~
articles:
cwd_example: cwd_example.html
potential_cwd: potential_cwd.html
last_built: 2024-05-13T13:11Z
last_built: 2024-12-05T14:52Z

10 changes: 8 additions & 2 deletions docs/reference/cwd.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions man/cwd.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 28640aa

Please sign in to comment.