aboutsummaryrefslogtreecommitdiff
path: root/man/plot.chent.Rd
blob: a1f618a9cf890203759cd32db1ee5b4e1b25dbc3 (plain) (blame)
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: do not edit by hand
% Please edit documentation in R/chent.R
\name{plot.chent}
\alias{plot.chent}
\title{Plot method for chent objects}
\usage{
\method{plot}{chent}(x, ...)
}
\arguments{
\item{x}{The chent object to be plotted}

\item{...}{Further arguments passed to \code{\link{grid.picture}}}
}
\description{
Plot method for chent objects
}
\examples{
caffeine <- chent$new("caffeine")
print(caffeine)
plot(caffeine)
}

Contact - Imprint