Nothing
#' 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"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.