From d81550d0cccae824cc748de48e7fd50ea8d8033a Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 16 Apr 2020 18:02:18 +0200 Subject: Make na.rm = FALSE the default for geomean() This makes more sense and is in line with mean() from base R. Adapt tests and update docs. --- docs/reference/pfm_degradation.html | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to 'docs/reference/pfm_degradation.html') diff --git a/docs/reference/pfm_degradation.html b/docs/reference/pfm_degradation.html index 7e4eab1..d2e62f6 100644 --- a/docs/reference/pfm_degradation.html +++ b/docs/reference/pfm_degradation.html @@ -8,11 +8,13 @@ Calculate a time course of relative concentrations based on an mkinmod model — pfm_degradation • pfm + + @@ -32,13 +34,14 @@ - + + @@ -82,7 +85,6 @@ Reference - @@ -104,15 +106,18 @@
-

Calculate a time course of relative concentrations based on an mkinmod model

-
-
pfm_degradation(model = "SFO", DT50 = 1000, parms = c(k_parent_sink =
-  log(2)/DT50), years = 1, step_days = 1, times = seq(0, years * 365,
-  by = step_days))
- +
pfm_degradation(
+  model = "SFO",
+  DT50 = 1000,
+  parms = c(k_parent_sink = log(2)/DT50),
+  years = 1,
+  step_days = 1,
+  times = seq(0, years * 365, by = step_days)
+)
+

Arguments

@@ -143,7 +148,7 @@ is calculated (SFO model).

The output times

- +

Examples

head(pfm_degradation("SFO", DT50 = 10))
#> time parent @@ -158,7 +163,6 @@ is calculated (SFO model).

Contents

-- cgit v1.2.1