reexports: Objects exported from other packages

reexportsR Documentation

Objects exported from other packages

Description

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

grid

arrow, unit

scales

alpha

Examples

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

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

animint2 documentation built on Nov. 22, 2023, 1:07 a.m.

Related to reexports in animint2...