validateASR: Function that uses "leave 1 out" validation of a discrete...

Description Usage Arguments

View source: R/predictASR.R

Description

Function that uses "leave 1 out" validation of a discrete character model

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
validateASR(
  asr,
  prior = "stationary",
  plot = TRUE,
  cex.node = 0.5,
  cex.tip = 0.5,
  cex.lab = 1,
  cex.actual = 5,
  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

Scaling for node plots

cex.tip

Scaling for tips?

cex.lab

Scaling for tip labels

cex.actual

Scaling for something else. Josef?

pal

A color palette to color the nodes

label.offset

Offset for tip labels

...

Additional arguments to plot


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