diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-10-21 18:52:24 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-10-21 18:54:37 +0200 |
commit | e09f726134ee273b6b191c1ec6465e6f701b082b (patch) | |
tree | aabc6bec231fb9dd085deef57a030e41ec398bf4 /man/synthetic_data_for_UBA_2014.Rd | |
parent | bea054418c5310103252f5d243b2d18fcbf7b11f (diff) |
Improve some plotting routines, more tests
Static documentation rebuilt by pkgdown
Diffstat (limited to 'man/synthetic_data_for_UBA_2014.Rd')
-rw-r--r-- | man/synthetic_data_for_UBA_2014.Rd | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/man/synthetic_data_for_UBA_2014.Rd b/man/synthetic_data_for_UBA_2014.Rd index cfab5622..d68f45d4 100644 --- a/man/synthetic_data_for_UBA_2014.Rd +++ b/man/synthetic_data_for_UBA_2014.Rd @@ -138,9 +138,11 @@ d_synth_err_names = c( # This is just one example of an evaluation using the kinetic model used for
# the generation of the data
-fit <- mkinfit(m_synth_SFO_lin, synthetic_data_for_UBA_2014[[1]]$data,
- quiet = TRUE)
-plot_sep(fit)
-summary(fit)
+\dontrun{
+ fit <- mkinfit(m_synth_SFO_lin, synthetic_data_for_UBA_2014[[1]]$data,
+ quiet = TRUE)
+ plot_sep(fit)
+ summary(fit)
+}
}
\keyword{datasets}
|