print.palette {Rdune} | R Documentation |
Function for printing palette
Description
Function for printing palette
Usage
## S3 method for class 'palette'
print(x, ...)
Arguments
x |
Name of palette |
... |
Other arguments |
Value
A vector of colors.
Examples
pal <- dune_palette("atreides")
print.palette(pal)
[Package Rdune version 1.1.1 Index]