test.plots.met | R Documentation |
Creates four sample visualizations for testing how a palette looks.
test.plots.met(palette_name, n, direction = 1, override_order = FALSE)
palette_name |
Name of Palette. Choices are:
|
n |
Number of desired colors. If number of requested colors is beyond the scope of the palette, colors are automatically interpolated. If n is not provided, the length of the palette is used. |
direction |
Sets order of colors. Default palette is 1. If direction is -1, palette color order is reversed |
override_order |
Colors are picked from palette to maximize readability and aesthetics. This means that colors are not always selected in sequential order from the full palette. If override_order is set to TRUE, colors are selected in sequential order from the full palette instead. Default is FALSE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.