- x
Fossils object.
- tree
Phylo object.
- show.fossils
If TRUE plot fossils (default = TRUE).
- show.tree
If TRUE plot the tree (default = TRUE).
- show.ranges
If TRUE plot stratigraphic ranges (default = FALSE). If show.taxonomy = FALSE
all occurrences along a single edge are grouped together (i.e. function assumes all speciation is symmetric).
- show.strata
If TRUE plot strata (default = FALSE).
- strata
Number of stratigraphic intervals (default = 1).
- max.age
Maximum age of a set of equal length intervals. If no value is specified (max = NULL
), the function uses a maximum age based on tree height.
- interval.ages
Vector of stratigraphic interval ages, starting with the minimum age of the youngest interval and ending with the maximum age of the oldest interval.
- binned
If TRUE fossils are plotted at the mid point of each interval.
- show.axis
If TRUE plot x-axis (default = TRUE).
- show.proxy
If TRUE add profile of sampling data to plot (e.g. rates in time-dependent rates model) (default = FALSE).
- proxy.data
Vector of sampling proxy data (default = NULL). Should be as long as the number of stratigraphic intervals.
- show.preferred.environ
If TRUE add species preferred environmental value (e.g. water depth) (default = FALSE). Only works if combined with show.proxy = TRUE
.
- preferred.environ
Preferred environmental value (e.g. water depth). Currently only one value can be shown.
- show.taxonomy
If TRUE highlight species taxonomy.
- taxonomy
Taxonomy object.
- show.unknown
If TRUE plot fossils with unknown taxonomic affiliation (i.e. sp = NA) (default = FALSE).
- rho
Extant species sampling probability (default = 1). Will be disregarded if fossils object already contains extant samples.
- root.edge
If TRUE include the root edge (default = TRUE).
- hide.edge
If TRUE hide the root edge but still incorporate it into the automatic timescale (default = FALSE).
- edge.width
A numeric vector giving the width of the branches of the plotted phylogeny. These are taken to be in the same order as the component edge of tree
. If fewer widths are given than the number of edges, then the values are recycled.
- show.tip.label
Whether to show the tip labels on the phylogeny (defaults to FALSE).
- align.tip.label
A logical value or an integer. If TRUE, the tips are aligned and dotted lines are drawn between the tips of the tree and the labels. If an integer, the tips are aligned and this gives the type of the lines (following lty
).
- reconstructed
If TRUE plot the reconstructed tree. If fossils object contains no extant samples, the function assumes rho = 1 and includes all species at the present.
- fossil.col
Colour of fossil occurrences. A vector equal to the length of the fossils object can be used to assign different colours.
- range.col
Colour of stratigraphic ranges.
- extant.col
Colour of extant samples. If show.taxonomy = TRUE
, extant.col
will be ignored.
- taxa.palette
Colour palette used if show.fossils = TRUE
. Colours are assigned to taxa using the function grDevices::hcl.colors()
and the default palette is "viridis". Other colour blind friendly palettes include "Blue-Red 3"
and "Green-Brown"
.
- col.axis
Colour of the time scale axis (default = "gray35").
- cex
Numeric value giving the factor used to scale the points representing the fossils when show.fossils = TRUE
.
- pch
Numeric value giving the symbol used for the points representing the fossils when show.fossils = TRUE
.
- ...
Additional parameters to be passed to plot.default
.