fruits_traits | R Documentation |
This dataset represents the value of 6 traits for 15 fruits species. Important: Species names must be specified as the data frame row names (not in an additional column).
fruits_traits
A data frame with 25 rows (species) and the following columns (traits):
an ordered factor describing the size of fruits species
an unordered factor describing the type of plant
an ordered factor describing the climate regions
an ordered factor describing the type of seed
a numeric describing the quantity of sugar
an integer (percentage) describing the proportion of a raw use (fuzzy trait) of the fruit
an integer (percentage) describing the proportion of a pastry use (fuzzy trait) of the fruit
an integer (percentage) describing the proportion of a jam use (fuzzy trait) of the fruit
fruits_traits_cat
, baskets_fruits_weights
## Not run:
# Load Species x Traits Data Frame
data("fruits_traits", package = "mFD")
fruits_traits
# Load Traits Information
data("fruits_traits_cat", package = "mFD")
fruits_traits_cat
# Summarize Species x Traits Data
mFD::sp.tr.summary(tr_cat = fruits_traits_cat, sp_tr = fruits_traits)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.