This function provides a summary of the characteristics (i.e. metadata) of a local community.
comm_summary(dataset = NULL)
A data frame for a single site (or a group of sites).
For example, a data frame created with comm_subset()
. This function relies on
the variable names used in the original RecruitNet database, so it cannot be used
with other datasets unless they follow exactly the ordering and the names used in RecruitNet.
A data frame with summary information of the local community/ies.
All_sites_details <- comm_summary(RecruitNet)
Ventisquero <- comm_subset(RecruitNet, site = "Ventisquero")
Ventisquero_details <- comm_summary(Ventisquero)