You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever one is writing a new Geom/Stat, it is always a bit of an inconvenience to manually type out the aesthetics section. With the automatic links and recently showing the default value, writing such a section manually is a pain. One could use #' @eval ggplot2:::rd_aesthetics(...) to generate the section, but you're not supposed to use unexported functions.
The text was updated successfully, but these errors were encountered:
Whenever one is writing a new Geom/Stat, it is always a bit of an inconvenience to manually type out the aesthetics section. With the automatic links and recently showing the default value, writing such a section manually is a pain. One could use
#' @eval ggplot2:::rd_aesthetics(...)
to generate the section, but you're not supposed to use unexported functions.The text was updated successfully, but these errors were encountered: