predictMissingTips: A function to predict the states of missing tips

Description Usage Arguments

View source: R/predictASR.R

Description

A function to predict the states of missing tips

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
predictMissingTips(
  asr,
  prior = "stationary",
  plot = TRUE,
  cex.node = 0.5,
  cex.tip = 0.5,
  cex.lab = 1,
  pal = rainbow,
  label.offset = 0.1,
  ...
)

Arguments

asr

An asrArbor object produced by aceArbor

prior

Either "stationary" or "equal"

plot

A logical indicating whether a plot should be produced

cex.node

Character expansion vector for the node pie charts

cex.tip

Character expansion vector for the tip pie charts

cex.lab

Character expansion vector for the tip labels

pal

A color palette to color the nodes

label.offset

How far to offset tip labels

...

Additional arguments to plot.phylo


arborworkflows/aRbor documentation built on June 11, 2020, 7:44 p.m.