Default specifications for the ggplot2::geom_tile() geom
default_tile_specs.Rdggfunnel::default_tile_specs store the list of default values
used at the ggplot2::geom_tile() geom arguments.
Details
ggfunnel::funnel() uses the
ggplot2::geom_tile() geom to build the rectangles present in the funnel chart,
and will fill all arguments of ggplot2::geom_tile() geom with the values
present at ggfunnel::default_tile_specs.
You can change these values by using the tile_specs argument of ggfunnel::funnel().