Usage
## S3 method for class 'hisse.states':
plot(x, rate.param, do.observed.only=TRUE, rate.colors=NULL,
state.colors=NULL, edge.width.rate=5, edge.width.state=2, type="fan",
rate.range=NULL, show.tip.label=TRUE, fsize=1.0, lims.percentage.correction=0.001,
legend="tips", legend.position=c(0, 0.2, 0, 0.2), legend.cex=0.4,
legend.kernel.rates="auto", legend.kernel.states="auto",
legend.bg="cornsilk3",...)
Arguments
x
a hisse.states
object or a list of such objects.
rate.param
indicates the type of rates to plot. Options include: turnover, net.div, speciation, extinction, extinction.fraction.
do.observed.only
a logical indicating whether just the states should be plotted; for now, only TRUE works.
rate.colors
user specified colors to be used for coloring rates.
state.colors
user specified colors to be used for coloring states.
edge.width.rate
the width of the rate lines.
edge.width.state
the width of the state lines, which should be set so that it is narrower than the edge width for rates.
type
a character string specifying the type of phylogeny to be drawn. See ape
for options, default is a circle tree ("fan").
rate.range
an optional two element vector. If present, specifies the range of rate values to use for plotting.
show.tip.label
a logical indicating whether tip names should be included.
fsize
sets the font size for the tip labels.
lims.percentage.correction
deals with cases where the limits are slightly smaller than the values due to imprecision issues.
legend
indicates the type of legend. Options include: none, traditional, tips, internal, all.
legend.position
the coordinates for placing the legend.
legend.cex
the text size inside the legend.
legend.kernel.rates
for legend=tips, internal, or all, lets you specify the way the density plot or histogram is made for rates. auto
chooses what we think is the best option given your data, hist makes a histogram, rectangular
legend.kernel.states
as above, for states.
legend.bg
sets the color for the legend background.
...
further arguments to be passed to plot or plot.hisse.states.