Default specifications for the ggplot2::geom_text()
geom
default_text_specs.Rd
ggfunnel::default_text_specs
store the list of default values
used at the ggplot2::geom_text()
geom arguments.
Details
If the argument labels
of ggfunnel::funnel()
is set to TRUE
, than,
the ggplot2::geom_text()
geom will be used to print the value labels in the funnel chart.
ggfunnel::funnel()
will fill all arguments of ggplot2::geom_text()
geom with the values
present at ggfunnel::default_text_specs
.
You can change these values by using the text_specs
argument of ggfunnel::funnel()
.