plot.kgschart: Plot method for kgschart object

Description Usage Arguments Value

View source: R/kgschart.R

Description

Plot data or image

Usage

1
2
## S3 method for class 'kgschart'
plot(x, y = NULL, image = FALSE, separate = FALSE, ...)

Arguments

x

kgschart class object

y

not in use

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.

...

not in use

Value

gtable object if image and separate are both TRUE, ggplot object otherwise


kgschart documentation built on May 2, 2019, 4:02 p.m.