Add Tracking Banner to Plot

add_banner(gg, tracker, height_plot = 7)

Arguments

gg

ggplot object to track

tracker

ggtrack tracker object

height_plot

numeric tracker height in cm.

Value

tracker

Examples

if (FALSE) { track <- make_tracker() ggplot() %>% add_banner(track) }