reexports: Objects exported from other packages

Description Examples

Description

These objects are imported from other packages. Follow the links below to see their documentation.

scales

alpha

Examples

1
2
3
4
5
ggplot(mpg, aes(displ, hwy)) +
  geom_point(alpha = 0.5, colour = "blue")

ggplot(mpg, aes(displ, hwy)) +
  geom_point(colour = alpha("blue", 0.5))

jtlandis/ggsidebar documentation built on Nov. 24, 2020, 7:22 p.m.