R/baskets_fruits_weights.R

#' Dataset: Baskets Composition in Fruits Species
#' 
#' This dataset represents the abundance of 25 fruits species in 10 baskets.
#'   
#' @format A matrix of integers with 10 rows (baskets) and 25 columns 
#'   (species).
#' 
#' @seealso `fruits_traits`, `fruits_traits_cat`
#' 
#' @examples
#' \dontrun{
#' # Load Assemblages x Species Matrix
#' data("baskets_fruits_weights", package = "mFD")
#' baskets_fruits_weights[1:5, 1:5]
#' 
#' # Summarize Assemblages Data
#' mFD::asb.sp.summary(asb_sp_w = baskets_fruits_weights)
#' }

"baskets_fruits_weights"

Try the mFD package in your browser

Any scripts or data that you put into this service are public.

mFD documentation built on May 29, 2024, 7:25 a.m.