plot.fsbrain.colorbar {fsbrain} | R Documentation |
Draw a simple colorbar from colors.
## S3 method for class 'fsbrain.colorbar'
plot(colors, horizontal = FALSE)
colors |
vector of colors, no special ordering is assumed |
horizontal |
logical, whether the colorbar should be plotted horizontally (or vertically). |
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.