trace_funs: Trace or untrace ggplot functions

Description Usage Arguments

View source: R/trace_funs.R

Description

Trace or untrace ggplot functions

Usage

 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")
)

Arguments

pkgs

packages where to find functions to trace/untrace

prefixes

prefixes of those functions

exceptions

exceptions


moodymudskipper/ggfail documentation built on Sept. 9, 2020, 6:44 p.m.