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/plot.nlme.mmkin.html | 58 +++++++++++++++++++------------------ 1 file changed, 30 insertions(+), 28 deletions(-) (limited to 'docs/reference/plot.nlme.mmkin.html') diff --git a/docs/reference/plot.nlme.mmkin.html b/docs/reference/plot.nlme.mmkin.html index 256739eb..9c85fbf0 100644 --- a/docs/reference/plot.nlme.mmkin.html +++ b/docs/reference/plot.nlme.mmkin.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -37,7 +41,6 @@ - @@ -55,7 +58,7 @@ - +
@@ -113,7 +116,12 @@
@@ -128,7 +136,7 @@
@@ -137,7 +145,7 @@
# S3 method for nlme.mmkin
-plot(
+plot(
   x,
   i = 1:ncol(x$mmkin_orig),
   main = "auto",
@@ -183,7 +191,7 @@ values, with the error model, using mkinerrplot
       standardized
       

Should the residuals be standardized? This option is passed to mkinresplot, it only takes effect if -`resplot = "time"`.

+resplot = "time".

show_errmin @@ -229,22 +237,16 @@ than two rows of plots are shown.

function(x) subset(x$data[c("name", "time", "value")], name == "parent")) f <- mmkin("SFO", ds, quiet = TRUE, cores = 1) #plot(f) # too many panels for pkgdown -plot(f[, 3:4])
library(nlme) +plot(f[, 3:4])
library(nlme) f_nlme <- nlme(f) #plot(f_nlme) # too many panels for pkgdown -plot(f_nlme, 3:4)
+plot(f_nlme, 3:4)
- @@ -255,7 +257,7 @@ than two rows of plots are shown.

-

Site built with pkgdown 1.4.1.

+

Site built with pkgdown 1.5.1.

-- cgit v1.2.1