summaryrefslogtreecommitdiff
path: root/man/plot.idframe.Rd
blob: 2e7948dc69047349c2c914835854294f7d15a36a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/idframe.R
\name{plot.idframe}
\alias{plot.idframe}
\title{Plotting idframe objects}
\usage{
\method{plot}{idframe}(x, col = "steelblue", lwd = 1, main = NULL,
  size = 12, ...)
}
\arguments{
\item{x}{an \code{idframe} object}

\item{col}{line color, to be passed to plot.(Default=\code{"steelblue"})}

\item{lwd}{line width, in millimeters(Default=\code{1})}

\item{main}{the plot title. (Default = \code{NULL})}

\item{size}{text size (Default = \code{12})}

\item{\ldots}{additional arguments}
}
\description{
Plotting method for objects inherting from class \code{idframe}
}
\examples{
data(cstr)
plot(cstr,col="blue")

}