blob: f2850fa83422e0e2264527632bba0ef5d66bd289 (
plain) (
tree)
|
|
% 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)
}
}
|