Create interactive labeller
Arguments
- ...
Arguments of the form
name = ~ exprare used to create.mapping(if.mappingis missing). Other arguments (or all arguments if.mappingis not missing) are passed through toggplot2::labeller().- .mapping
An aesthetic mapping as could be created with
ggplot2::aes()orggplot2::aes_(). If missing (the typical use case),.mappingis created from the arguments in...that have the formname = ~ expr.
