pal_grey | R Documentation |
Grey scale palette (discrete)
pal_grey(start = 0.2, end = 0.8)
grey_pal(start = 0.2, end = 0.8)
start |
grey value at low end of palette |
end |
grey value at high end of palette |
pal_seq_gradient()
for continuous version
show_col(pal_grey()(25))
show_col(pal_grey(0, 1)(25))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.