Skip to content

Commit

Permalink
update climmeans doc again
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed May 31, 2024
1 parent f806f24 commit 350b561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/climmeans.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' @param dat_in Input data frame as a similar format required for \code{\link{ecometab}}
#' @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}})
#'
#' @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.
#' @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, where the latter is not needed for the Wanninkhof method, but is required for dissolved oxygen at saturation (\code{\link{oxySol}}) with gas exchange.
#'
#' @return The same data frame as in \code{dat_in}, except missing values for the relevant weather variables are replaced with estimated means.
#'
Expand Down
2 changes: 1 addition & 1 deletion man/climmeans.Rd

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

0 comments on commit 350b561

Please sign in to comment.