R/zzz.r

aes_to_scale <- list(
  x = "x",
  y = "y",
  xmin = "x",
  ymin = "y",
  xmax = "x",
  ymax = "y",
  colour = "colour",
  fill = "fill")

scale_to_aes <- invert(aes_to_scale)
hadley/gg2v documentation built on May 17, 2019, 10:15 a.m.