nem_plot,funguild-method: Visualizing nematode functional guild data (single factor)
Description
The nem_plot function is generalized to the funguild-class
and is used to visualize the nematode functional guild data.
Usage
# S4 method for funguild
nem_plot(object)
Value
An gg or ggplot object.
Arguments
object
A funguild-class object.
Details
To facilitate code interpretation, it is recommended to use the pipe symbol
|> to connect functions:
nem_plot <- nem |> calc_nemindex() |> calc_funguild(Treatments) |> nem_plot()
See Also
The nem_plot() is used to visualize the calculation results and is a
generalized function for multiple classes including beta-class,
beta2-class, compare-class, compare2-class,
ef-class, ef2-class, funguild-class,
funguild2-class, mf-class, mf2-class,
ter-class, ter2-class, etc.