Displaying 1 result from an estimated 1 matches for "ffb2ff".
Did you mean:
fd7b2ff
1999 Aug 09
1
cm.colors bug (PR#244)
...cm.colors() returns an extra element "1":
> cm.colors(10)
"#7FFFFF" "#99FFFF" "#B2FFFF" "#CCFFFF" "#E5FFFF" "#FFE5FF" "#FFCCFF" "#FFB2FF"
v
"#FF99FF" "#FF7FFF" "1"
>
Why I think it happens
The function has an unnecessary right parentheses
immediately preceding ", v=1" which causes the "v=1" to
be added to the vector rather than being in...