IndexW: W index value for a single topology.

Description Usage Arguments Author(s) Examples

Description

This function assigns the weight according to the ramification patterns (see Van-Wright et al., 1981). The input tree is reordered in post order. Returns a vector with weights.

Usage

1

Arguments

tree

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

Author(s)

Miranda-Esquivel Daniel R.

Examples

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

jrich documentation built on May 2, 2019, 3:45 a.m.

Related to IndexW in jrich...