Rank.Indices {jrich}R Documentation

Rank indices.

Description

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

Usage

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

 ## get the library
 library(jrich)
 
 ## load the data
 data(tree) 
 data(distribution) 
 
Rank.Indices(Calculate.Index(tree=tree, distrib = distribution, verbose=FALSE))


[Package jrich version 0.60-35 Index]