rglo {fsbrain} | R Documentation |
Get rgloptions and consider global options.
Description
This function retrieves the global rgloptions defined in getOption('fsbrain.rgloptions')
, or, if this is not set, returns the value from rglot
.
Usage
rglo()
Value
named list, usable as 'rgloptions' parameter for vis functions like vis.subject.morph.native
.
Note
You can set the default size for all fsbrain figures to 1200x1200 pixels like this: options("fsbrain.rgloptions"=list("windowRect"=c(50,50,1200,1200)))
.
[Package fsbrain version 0.5.5 Index]