plot.kgschart: Plot method for kgschart object
Description
Plot data or image
Usage
# S3 method for kgschart
plot(x, y = NULL, image = FALSE, separate = FALSE, ...)
Arguments
image
if TRUE, draw the image, otherwise plot the data
separate
if TRUE, and image is TRUE, draw the image separated by
component. Useful for debugging.
Value
gtable object if image and separate are both TRUE,
ggplot object otherwise