R/biDimColors.R
, R/uniDimColors.R
itemScaleColours.Rd
Create colours for a response scale for an item
biDimColors(start, mid, end, length, show = TRUE)
uniDimColors(start, end, length, show = TRUE)
Color to start with
Color in the middle, for bidimensional scales
Color to end with
The number of response options
Whether to show the colours
The colours as hex codes.
uniDimColors("#000000", "#00BB00", length=5, show=FALSE);
#> [1] "#000000" "#002E00" "#005D00" "#008C00" "#00BB00"