From 524a8bba89b95840b4e9215c403947a8bb76d7b2 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 30 Nov 2020 16:05:10 +0100 Subject: Complete rebuild of static docs of dev version --- docs/dev/reference/mkinresplot.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/dev/reference/mkinresplot.html') diff --git a/docs/dev/reference/mkinresplot.html b/docs/dev/reference/mkinresplot.html index 38c52425..4b2f6bea 100644 --- a/docs/dev/reference/mkinresplot.html +++ b/docs/dev/reference/mkinresplot.html @@ -246,8 +246,8 @@ combining the plot of the fit and the residual plot.

Examples

-model <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO")) -
#> Successfully compiled differential equation model from auto-generated C code.
fit <- mkinfit(model, FOCUS_2006_D, quiet = TRUE) +model <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO")) +
#> Temporary DLL for differentials generated and loaded
fit <- mkinfit(model, FOCUS_2006_D, quiet = TRUE)
#> Warning: Observations with value of zero were removed from the data
mkinresplot(fit, "m1")
-- cgit v1.2.1