plot.ggbrain_patchwork {ggbrain} | R Documentation |
S3 method to allow for plot() syntax with rendered ggbrain patchwork objects
Description
S3 method to allow for plot() syntax with rendered ggbrain patchwork objects
default S3 method for ggbrain_patchwork objects (post-render)
Usage
## S3 method for class 'ggbrain_patchwork'
plot(x, ...)
## S3 method for class 'ggbrain_patchwork'
print(x, ...)
Arguments
x |
the |
... |
additional arguments. Not currently used |
Value
patchworkGrob
object, invisibly
[Package ggbrain version 0.9.0 Index]