diff options
Diffstat (limited to 'man/mkinerrplot.Rd')
-rw-r--r-- | man/mkinerrplot.Rd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/mkinerrplot.Rd b/man/mkinerrplot.Rd index 3b557b0a..37338d01 100644 --- a/man/mkinerrplot.Rd +++ b/man/mkinerrplot.Rd @@ -18,6 +18,7 @@ xlab = "Predicted", ylab = "Squared residual", maxy = "auto", legend= TRUE, lpos = "topright", col_obs = "auto", pch_obs = "auto", + frame = TRUE, ...) } \arguments{ @@ -54,6 +55,9 @@ \item{pch_obs}{ Symbols to be used for the observed variables. } + \item{frame}{ + Should a frame be drawn around the plots? + } \item{\dots}{ further arguments passed to \code{\link{plot}}. } |