xp_map {xpose} | R Documentation |
Function calling the ggplot2 layer function with its parsed arguments.
xp_map(arg, mapping, ggfun)
arg |
A list of arguments for the target layer. |
mapping |
ggplot2 aesthetics for the target layer. |
ggfun |
Name of the ggplot2 layer function to be called. |
Output of the 'ggfun' call.