Description Usage Arguments Details Value Author(s)
Initialize a hue range "seeded" by hues
. It is attempted to
allocate the range given by limits
sparing a fraction of
blank
for the breaks. If symmetric
is set, the hue
ranges are centered around the seed values (except when at the
limits) leaving more of the hue space unallocated.
1 | hue.range.init(hues = 5/12, blank = 0.1, limits = NULL, symmetric = FALSE, ...)
|
hues |
initial "centers" |
blank |
fraction of full range (given by |
limits |
define full range of available hues |
symmetric |
range symmetric around |
... |
ignored |
The values in hues
are trimmed to [0..1] and duplicates are removed.
new hue range
Puetz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.