pal_grey: Grey scale palette (discrete)

View source: R/pal-grey.R

pal_greyR Documentation

Grey scale palette (discrete)

Description

Grey scale palette (discrete)

Usage

pal_grey(start = 0.2, end = 0.8)

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

pal_seq_gradient() for continuous version

Examples

show_col(pal_grey()(25))
show_col(pal_grey(0, 1)(25))

hadley/scales documentation built on Jan. 10, 2024, 2:06 p.m.