substitute_ggcall_dot_aes: Substitute a ggcall's dot aesthetics with their redirected values
Description
Substitute a ggcall's dot aesthetics with their redirected values
Usage
substitute_ggcall_dot_aes(mapping, ggcall, envir = parent.frame())
Arguments
- mapping
A ggplot2 aesthetic mapping.
- ggcall
A ggcall list of expressions.
- envir
An environment in which the dot aesthetics should be evaluated.