powered by
Print the result from a call to qualpal.
qualpal
# S3 method for qualpal print(x, colorspace = c("HSL", "DIN99d", "RGB"), digits = 2, ...)
Prints the colors as a matrix in the specified color space as well as a distance matrix of the color differences. Invisibly returns x.
An object of class "qualpal".
"qualpal"
Color space to print colors in.
Number of significant digits for the output. (See print.default.) Setting it to NULL uses getOption("digits").
NULL
getOption("digits")
Arguments to pass to print.default.
print.default
f <- qualpal(3) print(f, colorspace = "DIN99d", digits = 3)
Run the code above in your browser using DataLab