From 6464d3999338d34c081f360694dbc0bc0abf68cb Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 9 Nov 2020 14:23:16 +0100 Subject: Add plot method for saem.mmkin objects --- man/plot.nlme.mmkin.Rd | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'man/plot.nlme.mmkin.Rd') diff --git a/man/plot.nlme.mmkin.Rd b/man/plot.nlme.mmkin.Rd index 5f0f0ef1..f426f77b 100644 --- a/man/plot.nlme.mmkin.Rd +++ b/man/plot.nlme.mmkin.Rd @@ -6,7 +6,7 @@ \usage{ \method{plot}{nlme.mmkin}( x, - i = 1:ncol(x$mmkin_orig), + i = 1:ncol(x$mmkin), obs_vars = names(x$mkinmod$map), standardized = TRUE, xlab = "Time", @@ -21,8 +21,7 @@ pch_ds = 1:length(i), col_ds = pch_ds + 1, lty_ds = col_ds, - frame = TRUE, - ... + frame = TRUE ) } \arguments{ @@ -66,9 +65,6 @@ corresponding model prediction lines for the different datasets.} \item{lty_ds}{Line types to be used for the model predictions.} \item{frame}{Should a frame be drawn around the plots?} - -\item{\dots}{Further arguments passed to \code{\link{plot.mkinfit}} and -\code{\link{mkinresplot}}.} } \value{ The function is called for its side effect. -- cgit v1.2.1