blob: 9d2eb09fd74ad3c8ca05960087842f8e3a17c380 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
% Generated by roxygen2 (4.1.1): 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}(object, par = list(mar = c(3, 4, 3, 2)),
col = "steelblue", ...)
}
\arguments{
\item{object}{an object of class \code{idframe}}
\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")
}
|