jasonratcliff / thesis

Source code and data for MSc thesis
https://scholarworks.uni.edu/etd/1108
Other
0 stars 0 forks source link

Replace `data-raw/README.Rmd` specimen map with `pkgdown` article #66

Closed jasonratcliff closed 1 year ago

jasonratcliff commented 2 years ago

Prior to refactoring of specimen mapping functions, DNA sampled voucher specimens were labelled using constructed expressions with rlang::call2() and rlang::expr(). Calls to thesis::spl_id() were combined by purrr::reduce() to build layers onto a ggplot::ggplot() base with explicit position adjustments defined in data-raw/mapping/map-labels.xlsx. This operation is generalized by SpecimenMap$repl() to afford more flexibility with repelled labels.