From bc3825ae2d12c18ea3d3caf17eb23c93fef180b8 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 8 Oct 2020 09:31:35 +0200 Subject: Fix issues for release --- docs/dev/reference/plot.nlme.mmkin.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/dev/reference/plot.nlme.mmkin.html') diff --git a/docs/dev/reference/plot.nlme.mmkin.html b/docs/dev/reference/plot.nlme.mmkin.html index fd40b975..7e6124a1 100644 --- a/docs/dev/reference/plot.nlme.mmkin.html +++ b/docs/dev/reference/plot.nlme.mmkin.html @@ -72,7 +72,7 @@ mkin - 0.9.50.3 + 0.9.50.3 @@ -238,8 +238,7 @@ than two rows of plots are shown.

Examples

ds <- lapply(experimental_data_for_UBA_2019[6:10], 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 +f <- mmkin("SFO", ds, quiet = TRUE, cores = 1)
#> Warning: Shapiro-Wilk test for standardized residuals: p = 0.0195
#> Warning: Shapiro-Wilk test for standardized residuals: p = 0.011
#plot(f) # too many panels for pkgdown plot(f[, 3:4])
library(nlme) f_nlme <- nlme(f) -- cgit v1.2.1