Trace or untrace ggplot functions
1 2 3 4 5 6 7 8 9 10 11 | trace_funs(
pkgs = "ggplot2",
prefixes = c("annotate_", "coord_", "facet_", "geom_", "scale_", "stat_", "theme"),
exceptions = c("scale_type", "theme_get", "coord_munch", "geom_blank")
)
untrace_funs(
pkgs = "ggplot2",
prefixes = c("annotate_", "coord_", "facet_", "geom_", "scale_", "stat_", "theme"),
exceptions = c("scale_type", "theme_get", "coord_munch")
)
|
pkgs |
packages where to find functions to trace/untrace |
prefixes |
prefixes of those functions |
exceptions |
exceptions |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.