Discrete scale
Arguments
- x
vector of discrete values to scale
- palette
aesthetic palette to use
- na.value
aesthetic to use for missing values
Examples
with(mtcars, plot(disp, mpg,
pch = 20, cex = 3,
col = dscale(factor(cyl), pal_brewer())
))
Discrete scale
vector of discrete values to scale
aesthetic palette to use
aesthetic to use for missing values
with(mtcars, plot(disp, mpg,
pch = 20, cex = 3,
col = dscale(factor(cyl), pal_brewer())
))