scale_fill_world: World fill scale

Description Usage Arguments Examples

View source: R/color_scales.R

Description

'World' fill scale for ggplot graphs.

Usage

1

Arguments

...

Additional arguments passed to ggplot2::discrete_scale.

Examples

1
2
p <- ggplot(mtcars, aes(mpg, wt, fill = factor(cyl))) + geom_point(shape = 22)
p + scale_fill_world()

lukereding/redinglib documentation built on May 25, 2019, 9:32 p.m.