@@ -327,29 +335,22 @@ latex is being used for the formatting of the chi2 error level, if
# parent to sink included# \dontrun{SFO_SFO<-mkinmod(parent=mkinsub("SFO", "m1", full="Parent"),
- m1=mkinsub("SFO", full="Metabolite M1" ))
#> Successfully compiled differential equation model from auto-generated C code.
# Show the observed variables separately, with residuals
-plot(fit, sep_obs=TRUE, show_residuals=TRUE, lpos=c("topright", "bottomright"),
+plot(fit, sep_obs=TRUE, show_residuals=TRUE, lpos=c("topright", "bottomright"),
show_errmin=TRUE)
# The same can be obtained with less typing, using the convenience function plot_sepplot_sep(fit, lpos=c("topright", "bottomright"))
# Show the observed variables separately, with the error model
-plot(fit, sep_obs=TRUE, show_errplot=TRUE, lpos=c("topright", "bottomright"),
+plot(fit, sep_obs=TRUE, show_errplot=TRUE, lpos=c("topright", "bottomright"),
show_errmin=TRUE)