You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently allow for palette matching regardless of case (e.g., "r4" <-> "R4").
But, unlike, the main palette() and hcl.colors() functions, we don't do a good job of partial matching (e.g., with an unambiguous first word like palette("tableau") or hcl.colors(5, "zissou")). It's probably a good idea just to use the same charmatch approach that the latter two functions have adopted internally.
The text was updated successfully, but these errors were encountered:
We currently allow for palette matching regardless of case (e.g., "r4" <-> "R4").
But, unlike, the main
palette()
andhcl.colors()
functions, we don't do a good job of partial matching (e.g., with an unambiguous first word likepalette("tableau")
orhcl.colors(5, "zissou")
). It's probably a good idea just to use the samecharmatch
approach that the latter two functions have adopted internally.The text was updated successfully, but these errors were encountered: