calc_gini: Gini coefficient

View source: R/calc_gini.R

calc_giniR Documentation

Gini coefficient

Description

calc_gini calculates gini coefficient

Usage

calc_gini(m, method)

Arguments

m

matrix of light adjusted vai values.

method

"MH" is MacArthur-Horn and "Bohrer" is the Bohrer method

Details

The calc_gini function calculates gini coefficient, a varialbe the describes dissimilarity

Value

gini coefficient

Examples


calc_gini(pcl_vai, method = "Bohrer")


atkinsjeff/forestr documentation built on Dec. 12, 2023, 5:36 a.m.