diff options
-rw-r--r-- | R/idframe.R | 3 | ||||
-rw-r--r-- | man/idframe.Rd | 3 | ||||
-rw-r--r-- | man/plot.idfrd.Rd | 5 |
3 files changed, 7 insertions, 4 deletions
diff --git a/R/idframe.R b/R/idframe.R index 6ad9c9b..59a57eb 100644 --- a/R/idframe.R +++ b/R/idframe.R @@ -11,8 +11,7 @@ #' #' @return an idframe object #' -#' @seealso \code{\link{plot.idframe}}, the plot method for idframe objects, -#' \code{\link{summary.idframe}}, the summary method for idrame objects +#' @seealso \code{\link{plot.idframe}}, the plot method for idframe objects #' #' @examples #' diff --git a/man/idframe.Rd b/man/idframe.Rd index 0065d67..ce00ba0 100644 --- a/man/idframe.Rd +++ b/man/idframe.Rd @@ -33,7 +33,6 @@ data <- idframe(output=dataMatrix[,3:5],input=dataMatrix[,1:2],Ts=1) } \seealso{ -\code{\link{plot.idframe}}, the plot method for idframe objects, -\code{\link{summary.idframe}}, the summary method for idrame objects +\code{\link{plot.idframe}}, the plot method for idframe objects } diff --git a/man/plot.idfrd.Rd b/man/plot.idfrd.Rd index 6316b5b..d8f85af 100644 --- a/man/plot.idfrd.Rd +++ b/man/plot.idfrd.Rd @@ -8,6 +8,11 @@ } \arguments{ \item{x}{An object of class \code{idframe}} + +\item{col}{a specification for the line colour (Default : \code{" +steelblue"})} + +\item{lwd}{the line width, a positive number, defaulting to 1} } \description{ Generates the bode plot of the given frequency response data. It uses the |