aboutsummaryrefslogtreecommitdiff
path: root/man/plot.chent.Rd
blob: f2850fa83422e0e2264527632bba0ef5d66bd289 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% 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)
if (!is.null(caffeine$Picture)) {
  plot(caffeine)
}
}

Contact - Imprint