print.qualpal {qualpalr} | R Documentation |
Print qualpal palette
Description
Print the result from a call to qualpal
.
Usage
## S3 method for class 'qualpal'
print(x, colorspace = c("HSL", "DIN99d", "RGB"), digits = 2, ...)
Arguments
x |
An object of class |
colorspace |
Color space to print colors in. |
digits |
Number of significant digits for the output.
(See print.default.) Setting it to |
... |
Arguments to pass to |
Value
Prints the colors as a matrix in the specified color space as well as a distance matrix of the color differences. Invisibly returns x.
Examples
f <- qualpal(3)
print(f, colorspace = "DIN99d", digits = 3)
[Package qualpalr version 0.4.4 Index]