Multi.Index.Calc: Jack-knife indices in n topologies one time.

Description Usage Arguments Value Author(s) Examples

Description

The function calculates the indices values for a MultiData list one time.

Usage

1
Multi.Index.Calc(MultiData = MultiData, jtip = 0, jtopol = 0)

Arguments

MultiData

is the list of Trees and distributions to evaluate, a list object.

jtip

is the proportion of terminals to delete, real (range 0-1).

jtopol

is the proportion of topologies to delete, real (range 0-1).

Value

Returns the indices values.

Author(s)

Miranda-Esquivel Daniel R.

Examples

1
2
3
4
5
6
7
 ## get the library
 library(jrich)
 
 ## load the data
 data(Multitaxon1) 

 Multi.Index.Calc(Multitaxon1, jtip = 0, jtopol = 0)

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