plot_pair_run creates the hamlet pair annotations.
anno_pair_flag( loc, left, right, circle_color = NA, circle_fill_left = "white", circle_fill_right = "lightgray", circle_lwd = 0.5, plot_names = FALSE, plot_name_size = 3, font_family = "sans", ... )
| loc | string, sample location (bel [Belize]/ hon [Honduras]/ pan [Panama]) |
|---|---|
| left | string, left species |
| right | string, right species |
| circle_color | string, color |
| circle_fill_left | string, color |
| circle_fill_right | string, color |
| circle_lwd | numeric |
| plot_names | logical, should species labels be plotted |
| plot_name_size | numeric, size of labels |
| font_family | string, font family |
| ... | catch all for excess parameters for purrr::pmap |