grey_pal: Grey scale palette (discrete)

View source: R/pal-grey.r

grey_palR Documentation

Grey scale palette (discrete)

Description

Grey scale palette (discrete)

Usage

grey_pal(start = 0.2, end = 0.8)

Arguments

start

grey value at low end of palette

end

grey value at high end of palette

See Also

seq_gradient_pal() for continuous version

Examples

show_col(grey_pal()(25))
show_col(grey_pal(0, 1)(25))

scales documentation built on Aug. 20, 2022, 1:05 a.m.