plot.kgschart {kgschart} | R Documentation |
Plot method for kgschart object
Description
Plot data or image
Usage
## S3 method for class 'kgschart'
plot(x, y = NULL, image = FALSE, separate = FALSE, ...)
Arguments
x |
|
y |
not in use |
image |
if |
separate |
if |
... |
not in use |
Value
gtable
object if image
and separate
are both TRUE
,
ggplot
object otherwise
[Package kgschart version 1.3.5 Index]