Skip to contents

ggfunnel::default_tile_specs store the list of default values used at the ggplot2::geom_tile() geom arguments.

Usage

default_tile_specs

Format

An object of class list of length 11.

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().