powered by
This function computes a summary helping you to picture assemblages. For this function to work, there must be no NA in your asb_sp_w data frame.
asb_sp_w
asb.sp.summary(asb_sp_w)
A list with:
a matrix with species occurrences in each assemblage.
a vector gathering species biomass/abundance per species.
a vector gathering total abundance/biomass per assemblage.
a vector gathering species richness per assemblage.
a list gathering the names of species of each assemblage.
a matrix showing assemblages (rows) composition in species (columns). Note that species names must be the names of rows.
Camille Magneville and Sebastien Villeger
# Load Assemblages x Species Matrix data('baskets_fruits_weights', package = 'mFD') # Summarize Assemblages Data mFD::asb.sp.summary(asb_sp_w = baskets_fruits_weights)
Run the code above in your browser using DataLab