Checks against RΒΆ
Color Palettes
In the R colorspace <https://cran.r-project.org/package=colorspace>
_ package the palettes are functions returning a set of hex colors as a character list, the default method how colors are used in R.
The python colorspace package does it slightly different. Palettes are objects rather than functions which allow to retrieve lists of hex colors using the colors()
method but also provide additiona methods which allow to use the palettes for plotting in python.
Comparing default color palettes
## Loading required package: methods