summaryrefslogtreecommitdiff
path: root/R/idframe.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/idframe.R')
-rw-r--r--R/idframe.R7
1 files changed, 5 insertions, 2 deletions
diff --git a/R/idframe.R b/R/idframe.R
index 2c85a42..80a4f91 100644
--- a/R/idframe.R
+++ b/R/idframe.R
@@ -72,11 +72,14 @@ idframe <- function(output=NULL,input=NULL,
#' Plotting method for objects inherting from class \code{idframe}
#'
#' @param object an object of class \code{idframe}
+#' @param par a list of arguments passed to par() before plotting.
+#' @param col line color, to be passed to plot.(Default=\code{"steelblue"})
#' @param ... additional arguments to be passed to the \code{tfplot} function
#'
+#' @seealso \code{\link[tfplot]{tfplot}}
#' @examples
-#' data(distill)
-#' plot(distill,col="blue")
+#' data(cstr)
+#' plot(cstr,col="blue")
#'
#' @export
plot.idframe <- function(object,par=list(mar=c(3,4,3,2)),