ind_nematodes_list: Calculate indicator for plant parasitic nematodes

View source: R/nematode.R

ind_nematodes_listR Documentation

Calculate indicator for plant parasitic nematodes

Description

This function calculates the indicator for the presence of plant parasitic nematodes. All nematodes present in a sample are used. A subset of nematodes is weighted in the set regardless of their presence.

Usage

ind_nematodes_list(A_NEMA)

Arguments

A_NEMA

(data.table) Long data table with the counted nematodes of a parcel.

Value

The evaluated score for the soil function for nematode community. A numeric value between 0 and 1.

Examples


## Not run: 
ind_nematodes_list(data.table(species = 'Cysteaaltjes',count = 200))
ind_nematodes_list(data.table(species = c('Cysteaaltjes','Ditylenchus dipsaci'),
count = c(200,7)))

## End(Not run)


OBIC documentation built on Sept. 12, 2024, 7:02 a.m.