diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-09 14:23:16 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-09 14:23:16 +0100 |
commit | 6464d3999338d34c081f360694dbc0bc0abf68cb (patch) | |
tree | 750c7196b3b7e3f995f72e62c77a3978ddca5994 /man/plot.nlme.mmkin.Rd | |
parent | a52d76a13f36c112e27383af1cac3f98b1bbed0a (diff) |
Add plot method for saem.mmkin objects
Diffstat (limited to 'man/plot.nlme.mmkin.Rd')
-rw-r--r-- | man/plot.nlme.mmkin.Rd | 8 |
1 files changed, 2 insertions, 6 deletions
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. |