Learn R Programming

easynem (version 1.0.3)

calc_funguild: Nematode food web analysis (single factor)

Description

The calc_funguild() is used for nematode food web analysis and generate funguild-class.

Usage

calc_funguild(data, .group)

Value

A funguild-class object that stores the desired visualization results.

Arguments

data

A nemindex-class object.

.group

The group variable.

Details

To facilitate code interpretation, it is recommended to use the pipe symbol |> to connect functions:

nem_fun <- nem |> calc_funguild(con_crop)

References

  • https://shiny.wur.nl/ninja/

  • Ferris, Howard, Tom Bongers, and Ron GM de Goede. "A framework for soil food web diagnostics: extension of the nematode faunal analysis concept." Applied soil ecology 18.1 (2001): 13-29.

See Also

Other functions in this R package for data calculations: calc_beta2, calc_compare, calc_compare2, calc_beta, calc_alpha, calc_nemindex, calc_funguild2, calc_mf, calc_mf2, calc_ter, calc_ter2, calc_ef, calc_ef2.

Examples

Run this code
nem <- read_nem2(tab = nemtab, tax = nemtax, meta = nemmeta)
nem_index <- nem |> calc_nemindex() |> calc_funguild(Treatments)
nem_index

Run the code above in your browser using DataLab