Plot all tree nodes as points filled by their age value (same color
scale as HPD polygons).
geom_phylo_nodes(mapping = NULL, data = NULL, shape = 21, ...)
Arguments
- mapping
Aesthetic mappings, created with ggplot2::aes().
- data
A data frame or phylo_phylogeo object containing nodes.
- shape
Point shape (default: 21).
- ...
Other arguments passed on to ggplot2::geom_point.