Draw a map and all the aesthetics in the order you put them in, the last one will be on top of the others.
Examples
## Only run examples in interactive R sessions
if (interactive()) {
data(LM_eukaryotes)
lifemap(LM_eukaryotes) + lm_markers() + lm_branches()
}