ivi_index: ivi : Importance Valor Index

View source: R/ivi_index.R

ivi_indexR Documentation

ivi : Importance Valor Index

Description

ivi : Importance Valor Index

Usage

ivi_index(df, sample_unit, taxon, basal_area)

Arguments

df

A data_frame, with the information for each tree in the census.

sample_unit

Name of the variable for the minimum unit sample.

taxon

Name of the variable (column) that contein species name.

basal_area

Name of the variable (column) that contein basal area.

Value

a tibble

Examples

require(diversity.tool)
data("bci")
bci |>
ivi_index(sub_plot, species, area_basal)


PaulESantos/diversity.tool documentation built on July 29, 2022, 8:20 a.m.