Returns a vector of colours based upon the palette specified and number of colours specified. If colourPalette specifies a number of colours and this is different from numColours, numColours takes precedence and colours are interpolated to make the number fit.
rwmGetColours(colourPalette, numColours)
A vector specifiying a number of colours.
string describing the colour palette to use, choice of:
"palette" for the current palette
a vector of valid colours, e.g. =c('red','white','blue') or output from RColourBrewer
one of "heat", "diverging", "white2Black", "black2White", "topo", "rainbow", "terrain", "negpos8", "negpos9"
the number of colour categories desired