View source: R/ltc_functions.R
| plot.ltc | R Documentation |
Visualizes a selected colour palette as a bar of colours.
## S3 method for class 'ltc'
plot(x, ...)
x |
An ltc palette object |
... |
Additional arguments (currently unused). |
A ggplot2 object showing the selected colours.
# Create and plot a palette
pal <- ltc(paloma)
plot(pal)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.