IndexI: I index value for a single topology.

Description Usage Arguments Value Author(s) References Examples

View source: R/IndexI.R

Description

This function assigns the same weight to sister clades [1]. The input tree is reordered in post order.

Usage

1

Arguments

tree

is a single tree with n terminals, a phylo object.

Value

Returns a vector with weights.

Author(s)

Miranda-Esquivel Daniel R.

References

[1] Van-Wright et al., 1991. What to Protect? Systematics and the Agony of Choice. Biological Conservation 55 (1991) 235-254

Examples

1
2
3
4
5
6
7
 library(jrich)
 data(tree)
 plot(tree)
 indexi               <- IndexI(tree)
 newTree              <- tree
 newTree$tip.label    <- indexi
 plot(newTree)

Dmirandae/jrich documentation built on May 6, 2019, 2:50 p.m.