
Build the plotting data for a ggconsort diagram
Source:R/create_consort_data.R
create_consort_data.RdCombines the boxes, arrows, and lines of a ggconsort object into a
single tibble in the format expected by the geom_consort() geoms. Called
internally by ggplot.ggconsort(); you should rarely need to call it
directly.
Arguments
- .data
A
ggconsortobject built withconsort_box_add()and friends.- ...
Unused; reserved for future use.