aboutsummaryrefslogtreecommitdiff
path: root/man/pfm_degradation.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-07-07 12:36:56 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-07-07 12:36:56 +0200
commit512cd50874b060d50a14d28df88018ac144cf6d3 (patch)
treea89d542a23dc9251120cdc4ef8afbcc7e483f3f7 /man/pfm_degradation.Rd
parent58c6214f459b28b899794f32a60836aef97ac01b (diff)
Remove copyright headers, update TOXSWA_cwa test
- The window column of the windows component of a TOXSWA_cwa object is not a factor any more, but a character vector. - testthat::expect_equal_to_reference is replaced by testthat::expect_known_output, so we can have git diff show what has changed
Diffstat (limited to 'man/pfm_degradation.Rd')
-rw-r--r--man/pfm_degradation.Rd2
1 files changed, 1 insertions, 1 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)

Contact - Imprint