Drop-in replacements for geom_col(), geom_line(), and geom_point()
Source:R/ct-wrappers.R
ct_geoms.RdThree-line pass-throughs that ship consulting-grade defaults for
ggplot2::geom_col() width, ggplot2::geom_line() linewidth, and
ggplot2::geom_point() size. Use them when you want the defaults
baked into the call site; plain geom_line() will also pick up
linewidth from ct_theme() / theme_strategy() via from_theme(),
and geom_point() size is autoloaded by ct_set_defaults().
Value
A ggplot2 ggplot2::layer() object.