render.ggb {ggbrain}R Documentation

S3 method to allow for render(x) syntax with ggbrain (ggb) objects

Description

S3 method to allow for render(x) syntax with ggbrain (ggb) objects

Usage

## S3 method for class 'ggb'
render(x, ...)

Arguments

x

the ggb object to be rendered to a ggbrain_patchwork object

...

additional arguments passed to the render method

Value

the ggbrain_patchwork object that can be handed off to patchwork and ggplot2 functions.


[Package ggbrain version 0.9.0 Index]