substitute_ggcall_dot_aes {ggpackets} | R Documentation |
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. |
[Package ggpackets version 0.2.1 Index]