diff options
author | Johannes Ranke <johannes.ranke@jrwb.de> | 2025-01-29 19:08:30 +0100 |
---|---|---|
committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2025-01-29 19:08:30 +0100 |
commit | e7f7cfdeb40b836a2b4eb23ee93c57b4e6abb8f1 (patch) | |
tree | 38a7babc28bfa08c93174cbd9ca4e1d0f50de196 /man/plot.one_box.Rd | |
parent | 2bf16e09ca3c451cb26eee108dc95764576d084d (diff) |
Diffstat (limited to 'man/plot.one_box.Rd')
-rw-r--r-- | man/plot.one_box.Rd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/plot.one_box.Rd b/man/plot.one_box.Rd index 35e7bf7..443be99 100644 --- a/man/plot.one_box.Rd +++ b/man/plot.one_box.Rd @@ -47,6 +47,7 @@ m_2 <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO")) fit_2 <- mkinfit(m_2, FOCUS_2006_D, quiet = TRUE) pred_2 <- one_box(fit_2, ini = 1) pred_2_saw <- sawtooth(pred_2, 2, 7) +plot(pred_2_saw) plot(pred_2_saw, max_twa = 21, max_twa_var = "m1") } \seealso{ |