diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-12-08 07:59:20 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-12-08 07:59:20 +0100 |
commit | 8ec45cd4a89fe8493fd688a0d34e25f279ad95b7 (patch) | |
tree | 98b08f8af8ee9f5bb06b13e277dd9b929a45f6ad /docs/reference/plot.mkinfit.html | |
parent | 0e57bfcf262a2b2a6a4c8148353cdaed7dc91c9c (diff) |
Static documentation rebuilt by pkgdown::build_site(run_dont_run = TRUE)
Diffstat (limited to 'docs/reference/plot.mkinfit.html')
-rw-r--r-- | docs/reference/plot.mkinfit.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/reference/plot.mkinfit.html b/docs/reference/plot.mkinfit.html index f34ef5e5..9969e198 100644 --- a/docs/reference/plot.mkinfit.html +++ b/docs/reference/plot.mkinfit.html @@ -99,6 +99,10 @@ <p>Solves the differential equations with the optimised and fixed parameters from a previous successful call to <code><a href='mkinfit.html'>mkinfit</a></code> and plots the observed data together with the solution of the fitted model.</p> + + <p>If the current plot device is a <code><a href='http://www.rdocumentation.org/packages/tikzDevice/topics/tikz'>tikz</a></code> device, + then latex is being used for the formatting of the chi2 error level, + if <code>show_errmin = TRUE</code>.</p> <pre># S3 method for mkinfit |