plot.ggb {ggbrain}R Documentation

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

Description

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

Usage

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

Arguments

x

the ggb object to be plotted

...

additional arguments passed to the plot method

Details

This will plot the ggbrain object to the current graphics device

Value

NULL, invisibly


[Package ggbrain version 0.9.0 Index]