colorbar.Rd
Generates the components of a colorbar for an individual voxelcoordinate and overlay
colorbar(
lut,
min,
max = -min,
nticks = 11,
ticks = seq(min, max, len = nticks),
title = ""
)
previously generated lut file
minimum value for the colorbar
maximum value for the colorbar (default is the negative of the minimum)
number of desired tick marks
vector of ticks
title of the colorbar