plot.BrcParcellation: Plot method for objects of class '"BrcParcellation"'

Description Usage Arguments

Description

Plots an evenly-spaced series of slices through the brain. Each parcel is colored differently. Note that empty slices are trimmed before plotting.

Usage

1
2
3
## S3 method for class 'BrcParcellation'
plot(x, numSlices, view = "sagittal",
  colors = NULL, ...)

Arguments

x

an object of class '"BrcParcellation"'

numSlices

the number of slices to plot. Values greater than or equal to the maximum number of slices will plot all the slices.

view

one of three strings: "sagittal", "coronal", or "axial". Specifies whether to plot sagittal, coronal, or axial slices.

colors

A list of R colors similar to that generated by grDevices::rainbow(). Must contain a background color, plus exactly as many colors as there are unique parcels. If NULL, a default coloring is used.

...

not used


cdgreenidge/brcvis documentation built on May 13, 2019, 2:40 p.m.