summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/plot.idframe.Rd11
1 files changed, 9 insertions, 2 deletions
diff --git a/man/plot.idframe.Rd b/man/plot.idframe.Rd
index 9d2eb09..7c820cf 100644
--- a/man/plot.idframe.Rd
+++ b/man/plot.idframe.Rd
@@ -10,13 +10,20 @@
\arguments{
\item{object}{an object of class \code{idframe}}
+\item{par}{a list of arguments passed to par() before plotting.}
+
+\item{col}{line color, to be passed to plot.(Default=\code{"steelblue"})}
+
\item{...}{additional arguments to be passed to the \code{tfplot} function}
}
\description{
Plotting method for objects inherting from class \code{idframe}
}
\examples{
-data(distill)
-plot(distill,col="blue")
+data(cstr)
+plot(cstr,col="blue")
+}
+\seealso{
+\code{\link[tfplot]{tfplot}}
}