diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/synthetic_data_for_UBA.Rd | 5 | ||||
-rw-r--r-- | man/test_data_from_UBA_2014.Rd | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/man/synthetic_data_for_UBA.Rd b/man/synthetic_data_for_UBA.Rd index fbccf6d8..a9df9767 100644 --- a/man/synthetic_data_for_UBA.Rd +++ b/man/synthetic_data_for_UBA.Rd @@ -25,9 +25,8 @@ }
\usage{synthetic_data_for_UBA_2014}
\format{
- A list containing datasets in the form internally used by the 'gmkin' package.
- The list has twelve components. Each of the components is one dataset that has,
- among others, the following components
+ A list containing twelve datasets as an R6 class defined by \code{\link{mkinds}},
+ each containing, among others, the following components
\describe{
\item{\code{title}}{The name of the dataset, e.g. \code{SFO_lin_a}}
\item{\code{data}}{A data frame with the data in the form expected by \code{\link{mkinfit}}}
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) } |