diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/pfm_degradation.Rd | 2 | ||||
-rw-r--r-- | man/sawtooth.Rd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/pfm_degradation.Rd b/man/pfm_degradation.Rd index 6684fa4..81f2e81 100644 --- a/man/pfm_degradation.Rd +++ b/man/pfm_degradation.Rd @@ -7,7 +7,7 @@ pfm_degradation( model = "SFO", DT50 = 1000, - parms = c(k_parent_sink = log(2)/DT50), + parms = c(k_parent = log(2)/DT50), years = 1, step_days = 1, times = seq(0, years * 365, by = step_days) diff --git a/man/sawtooth.Rd b/man/sawtooth.Rd index 44ab2be..0850ded 100644 --- a/man/sawtooth.Rd +++ b/man/sawtooth.Rd @@ -23,7 +23,7 @@ is ignored} the corresponding amounts applied in the second column.} } \description{ -If the application pattern is specified in \code{applications}, +If the application pattern is specified in \code{applications}, \code{n} and \code{i} are disregarded. } \examples{ |