From 1108f50ab77bc71f118022f305ef99abff9749c9 Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Tue, 9 Jun 2015 13:09:16 +0530 Subject: Minor Corrections --- man/plot.idframe.Rd | 2 +- man/sim.arx.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'man') 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})} -- cgit