From 9ac853c7ceece333099021974025d07e75be2b33 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 12 May 2020 08:07:07 +0200 Subject: Documentation improvements, rebuild static docs --- docs/reference/mkinresplot.html | 59 +++++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 29 deletions(-) (limited to 'docs/reference/mkinresplot.html') diff --git a/docs/reference/mkinresplot.html b/docs/reference/mkinresplot.html index 698af302..cd6bf4a1 100644 --- a/docs/reference/mkinresplot.html +++ b/docs/reference/mkinresplot.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -40,7 +44,6 @@ variables from an mkinfit object. A combined plot of the fitted model and the residuals can be obtained using plot.mkinfit using the argument show_residuals = TRUE." /> - @@ -58,7 +61,7 @@ argument show_residuals = TRUE." /> - +
@@ -116,7 +119,12 @@ argument show_residuals = TRUE." />
@@ -131,7 +139,7 @@ argument show_residuals = TRUE." />
@@ -216,36 +224,29 @@ be passed on to legend ... -

further arguments passed to plot.

+

further arguments passed to plot.

Value

Nothing is returned by this function, as it is called for its side - effect, namely to produce a plot.

+effect, namely to produce a plot.

See also

mkinplot, for a way to plot the data and the fitted - lines of the mkinfit object, and plot_res for a function - combining the plot of the fit and the residual plot.

+lines of the mkinfit object, and plot_res for a function +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)
#> Warning: Observations with value of zero were removed from the data
mkinresplot(fit, "m1")
- @@ -256,7 +257,7 @@ be passed on to legend
-

Site built with pkgdown 1.4.1.

+

Site built with pkgdown 1.5.1.

-- cgit v1.2.1