From e09f726134ee273b6b191c1ec6465e6f701b082b Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 21 Oct 2019 18:52:24 +0200 Subject: Improve some plotting routines, more tests Static documentation rebuilt by pkgdown --- man/synthetic_data_for_UBA_2014.Rd | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'man/synthetic_data_for_UBA_2014.Rd') 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} -- cgit v1.2.1