plot.chent: Plot method for chent objects

View source: R/chent.R

plot.chentR Documentation

Plot method for chent objects

Description

Plot method for chent objects

Usage

## S3 method for class 'chent'
plot(x, ...)

Arguments

x

The chent object to be plotted

...

Further arguments passed to grid.picture

Examples

caffeine <- chent$new("caffeine")
print(caffeine)
if (!is.null(caffeine$Picture)) {
  plot(caffeine)
}

jranke/chents documentation built on Aug. 7, 2024, 9:22 a.m.