diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-07-21 14:42:14 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-07-21 14:42:14 +0200 |
commit | 4a918da6d5f971335b74b0fc83cb08f5c3163f95 (patch) | |
tree | ce67e7a1b2f4763342bee6f4ef9af283b74a27c0 /man | |
parent | 4f73b627fefd78405d9d996ca096cd9dd2b958c9 (diff) |
Rename twa to max_twa_parent, update docs
Diffstat (limited to 'man')
-rw-r--r-- | man/max_twa_parent.Rd (renamed from man/twa.Rd) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/twa.Rd b/man/max_twa_parent.Rd index 815c97bd..b8c820bc 100644 --- a/man/twa.Rd +++ b/man/max_twa_parent.Rd @@ -1,5 +1,5 @@ -\name{twa} -\alias{twa} +\name{max_twa_parent} +\alias{max_twa_parent} \title{ Function to calculate maximum time weighted average concentrations from kinetic models fitted with mkinfit } @@ -10,7 +10,7 @@ calculations for the parent are implemented for the SFO, FOMC and DFOP models, using the analytical formulas given in the PEC soil section of the FOCUS guidance.} \usage{ - twa(fit, windows) + max_twa_parent(fit, windows) } \arguments{ \item{fit}{ @@ -25,7 +25,7 @@ guidance.} } \examples{ fit <- mkinfit("FOMC", FOCUS_2006_C, quiet = TRUE) - twa(fit, c(7, 21)) + max_twa_parent(fit, c(7, 21)) } \references{ FOCUS (2006) \dQuote{Guidance Document on Estimating Persistence and |