Rank.Indices: Rank indices.

Description Usage Arguments Value Author(s) Examples

Description

Renk indices according to the areas' absolute position. If the index value is empty, the function assigns a dummy position "X0X"

Usage

1
Rank.Indices(index.Value = index.Value)

Arguments

index.Value

a table with indices values.

Value

a table with the decreasing order of the areas It presents the ties alphabetically

Author(s)

Miranda-Esquivel Daniel R.

Examples

1
2
3
4
5
6
7
8
 ## get the library
 library(jrich)
 
 ## load the data
 data(tree) 
 data(distribution) 
 
Rank.Indices(Calculate.Index(tree=tree, distrib = distribution, verbose=FALSE))

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