diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-01-05 14:01:36 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-01-05 14:01:36 +0100 |
commit | 258a34fc46bce8e31784c2d4a917604313adfd16 (patch) | |
tree | 326aa5c4829d1412e5c7c749a07f1edac84a2498 /man/test_data_from_UBA_2014.Rd | |
parent | ce096f729b2a0fcc4d4dbe3b783740bf460cdfe8 (diff) |
Convert synthetic_data_for_UBA_2014 to mkinds
Static documentation except articles rebuilt by pkgdown
Diffstat (limited to 'man/test_data_from_UBA_2014.Rd')
-rw-r--r-- | man/test_data_from_UBA_2014.Rd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/test_data_from_UBA_2014.Rd b/man/test_data_from_UBA_2014.Rd index 53100d8d..a3543559 100644 --- a/man/test_data_from_UBA_2014.Rd +++ b/man/test_data_from_UBA_2014.Rd @@ -31,7 +31,7 @@ m_ws <- mkinmod(parent_w = mkinsub("SFO", "parent_s"), parent_s = mkinsub("SFO", "parent_w")) f_river <- mkinfit(m_ws, test_data_from_UBA_2014[[1]]$data) - plot(f_river) + plot_sep(f_river) summary(f_river)$bpar mkinerrmin(f_river) @@ -45,7 +45,7 @@ use_of_ff = "max") f_soil <- mkinfit(m_soil, test_data_from_UBA_2014[[3]]$data) - plot(f_soil) + plot_sep(f_soil, lpos = c("topright", "topright", "topright", "bottomright")) summary(f_soil)$bpar mkinerrmin(f_soil) } |