powered by
Create colours for a response scale for an item
biDimColors(start, mid, end, length, show = TRUE)uniDimColors(start, end, length, show = TRUE)
uniDimColors(start, end, length, show = TRUE)
The colours as hex codes.
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
uniDimColors("#000000", "#00BB00", length=5, show=FALSE);
Run the code above in your browser using DataLab