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. --- man/pfm_degradation.Rd | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'man/pfm_degradation.Rd') diff --git a/man/pfm_degradation.Rd b/man/pfm_degradation.Rd index fdc99fe..6684fa4 100644 --- a/man/pfm_degradation.Rd +++ b/man/pfm_degradation.Rd @@ -4,9 +4,14 @@ \alias{pfm_degradation} \title{Calculate a time course of relative concentrations based on an mkinmod model} \usage{ -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{ \item{model}{The degradation model to be used. Either a parent only model like -- cgit v1.2.1