print.ggghost {ggghost}R Documentation

Collect ggghost calls and produce the ggplot output

Description

Collect ggghost calls and produce the ggplot output

Usage

## S3 method for class 'ggghost'
print(x, ...)

Arguments

x

A ggghost object to be made into a ggplot grob

...

Not used, provided for print.default generic consistency.

Value

The ggplot plot data (invisibly). Used for the side-effect of producing a ggplot plot.


[Package ggghost version 0.2.1 Index]