- .data
A .data.frame to use for plot aesthetics. Should include a
column called "region" corresponding to aparc regions.
- atlas
Either a string with the name of atlas to use,
or a .data.frame containing atlas information (i.e. pre-loaded atlas).
- position
String choosing how to view the .data. Either "dispersed"[default] or "stacked".
- view
String to choose view of the .data. Any of c("lateral","medial")[default].
- hemisphere
String to choose hemisphere to plot. Any of c("left","right")[default].
- adapt_scales
if TRUE, then the axes will
be hemisphere without ticks. If FALSE, then will be latitude
longitude values. Also affected by position argument
- ...
other options sent to geom_polygon for plotting, including
mapping aes (cannot include x, y, and group aesthetics).