plot.kgschart: Plot method for kgschart object

View source: R/kgschart.R

plot.kgschartR 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

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


kota7/kgschart-r documentation built on Aug. 13, 2022, 11:31 a.m.