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.
[x] Replace DNA specimen map scripts with R6 OOP
[x] Add pkgdown website YAML configuration
[x] Update data-raw/README.md links to source material
Prior to refactoring of specimen mapping functions, DNA sampled voucher specimens were labelled using constructed expressions with
rlang::call2()
andrlang::expr()
. Calls tothesis::spl_id()
were combined bypurrr::reduce()
to build layers onto aggplot::ggplot()
base with explicit position adjustments defined indata-raw/mapping/map-labels.xlsx
. This operation is generalized bySpecimenMap$repl()
to afford more flexibility with repelled labels.R6
OOPpkgdown
website YAML configurationdata-raw/README.md
links to source material