Prints the chosen technocolour palette of length n
.
print_palette(palette, n, ...)
The name of the chosen palette. Choices are from: "bodied"
, "esther"
, "hotbot"
, "ibrik"
, "poodle"
, "rush"
, "x"
.
The integer length of the desired palette. Default value is the length of the specified palette.
A plot showing the colours of the chosen technocolour colour palette.
print_palette(palette = "esther")
print_palette(palette = "esther", n = 5)
print_palette(palette = "esther", n = 5, interpolate = FALSE)