Skip to content

Commit f806f24

Browse files
committed
upate doc for climmeans
1 parent 81fb75a commit f806f24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/climmeans.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#' @param dat_in Input data frame as a similar format required for \code{\link{ecometab}}
66
#' @param gasex chr indicating if gas exchange is estimated using equations in Thiebault et al. 2008 or Wanninkhof 2014 (see \code{\link{f_calcKL}} or \code{\link{f_calcWanninkhof}})
77
#'
8-
#' @details Function is used internally within \code{\link{ecometab}}. Missing values for weather variables are replaced by the monthly/hourly average calculated from the available data in \code{dat_in}. If \code{gasex = 'Thiebault'}, this applies to air temperature, wind speed, and barometric pressure. If \code{gasex = 'Wanninkhof'}, this applies only to wind speed.
8+
#' @details Function is used internally within \code{\link{ecometab}}. Missing values for weather variables are replaced by the monthly/hourly average calculated from the available data in \code{dat_in}. If \code{gasex = 'Thiebault'}, this applies to air temperature, wind speed, and barometric pressure. If \code{gasex = 'Wanninkhof'}, this applies to wind speed and barometric pressure.
99
#'
1010
#' @return The same data frame as in \code{dat_in}, except missing values for the relevant weather variables are replaced with estimated means.
1111
#'

man/climmeans.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)