Learn R Programming

jrich (version 0.60-35)

Rank.Indices: 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

Examples

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

Run the code above in your browser using DataLab