# 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])