grey_pal {scales} | R Documentation |
Grey scale palette (discrete).
grey_pal(start = 0.2, end = 0.8)
start |
gray value at low end of palette |
end |
gray value at high end of palette |
seq_gradient_pal
for continuous version
show_col(grey_pal()(25)) show_col(grey_pal(0, 1)(25))