Learn R Programming

Rdune (version 1.1.1)

print.palette: Function for printing palette

Description

Function for printing palette

Usage

# S3 method for palette
print(x, ...)

Value

A vector of colors.

Arguments

x

Name of palette

...

Other arguments

Examples

Run this code
pal <- dune_palette("atreides")
print.palette(pal)

Run the code above in your browser using DataLab