| plot_scheme | R Documentation |
Shows colors in a plot.
plot_scheme(x, colours = FALSE, names = FALSE, size = 1)
x |
A |
colours |
A |
names |
A |
size |
A |
plot_scheme() is called for its side-effects: it results in a graphic
being displayed (invisibly returns x).
N. Frerebeau
Other diagnostic tools:
change(),
compare(),
plot.color_scheme(),
plot_map(),
plot_scheme_colourblind(),
plot_tiles()
plot(colour("bright")(7))
plot(colour("smooth rainbow")(256))
## Plot colour schemes
plot_scheme(colour("bright")(7))
plot_scheme(colour("sunset")(11))
plot_scheme(colour("YlOrBr")(9))
plot_scheme(colour("discrete rainbow")(14))
## Plot diagnostic maps
plot_map(colour("bright")(7))
plot_map(colour("sunset")(11))
plot_map(colour("YlOrBr")(9))
plot_map(colour("discrete rainbow")(14))
## Plot diagnostic images
plot_tiles(colour("discrete rainbow")(14), n = 256)
plot_tiles(colour("discrete rainbow")(23), n = 256)
plot_tiles(colour("smooth rainbow")(256), n = 256)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.