biDimColors {ufs} | R Documentation |
Create colours for a response scale for an item
Description
Create colours for a response scale for an item
Usage
biDimColors(start, mid, end, length, show = TRUE)
uniDimColors(start, end, length, show = TRUE)
Arguments
start |
Color to start with |
mid |
Color in the middle, for bidimensional scales |
end |
Color to end with |
length |
The number of response options |
show |
Whether to show the colours |
Value
The colours as hex codes.
Examples
uniDimColors("#000000", "#00BB00", length=5, show=FALSE);
[Package ufs version 0.5.12 Index]