R/constants.R

.cart_aes <- c("x", "y")
.polar_aes <- c("theta", "r")
.pos_aes <- c(.cart_aes, .polar_aes)
.non_pos_aes <- c("color", "size")
.all_aes <- c(.pos_aes, .non_pos_aes)

.all_quals <- c(
  "jittered", "regression", "unstacked"
)

Try the rsgl package in your browser

Any scripts or data that you put into this service are public.

rsgl documentation built on June 9, 2026, 1:07 a.m.