plot.fsbrain.colorbar {fsbrain} | R Documentation |
Draw a simple colorbar from colors.
Description
Draw a simple colorbar from colors.
Usage
## S3 method for class 'fsbrain.colorbar'
plot(colors, horizontal = FALSE)
Arguments
colors |
vector of colors, no special ordering is assumed |
horizontal |
logical, whether the colorbar should be plotted horizontally (or vertically). |
Note
This function assumes that there is an open plot, use plot.new()
to create one before calling this function if that is not the case.
[Package fsbrain version 0.5.5 Index]