plot_pair_run
creates the hamlet pair annotations.
1 2 3 4 5 6 7 8 9 10 11 12 13 | 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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.