diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/plot.idframe.Rd | 2 | ||||
-rw-r--r-- | man/sim.arx.Rd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/plot.idframe.Rd b/man/plot.idframe.Rd index 7c820cf..6454e98 100644 --- a/man/plot.idframe.Rd +++ b/man/plot.idframe.Rd @@ -4,7 +4,7 @@ \alias{plot.idframe} \title{Plotting idframe objects} \usage{ -\method{plot}{idframe}(object, par = list(mar = c(3, 4, 3, 2)), +\method{plot}{idframe}(object, par = list(mar = c(3, 4, 2, 2)), col = "steelblue", ...) } \arguments{ diff --git a/man/sim.arx.Rd b/man/sim.arx.Rd index 9707729..0f23d7d 100644 --- a/man/sim.arx.Rd +++ b/man/sim.arx.Rd @@ -9,7 +9,7 @@ \arguments{ \item{model}{an object of class \code{arx} containing the coefficients} -\item{input}{a vector/matrix containing the input} +\item{input}{a vector/matrix/idframe containing the input} \item{sigma}{standard deviation of the innovations (Default= \code{0})} |