fruits_traits_cat | R Documentation |
This dataset summarizes information about the 6 traits used in the
fruits_traits
dataset.
fruits_traits_cat
A data frame with 8 rows (traits) and the following three columns:
a character giving the trait name
a character giving the trait type (O for Ordinal trait, N for Nominal trait, Q for Quantitative trait, and F for Fuzzy-coded trait)
a character giving the name of fuzzy-coded traits
(i.e. Use
) to which 'sub-traits' (i.e. raw
, pastry
, and jam
)
belongs
If your dataset does not contain fuzzy trait, the column fuzzy_name
can be ignored but the first two columns are mandatory.
Traits in this dataset correspond to columns (traits) of the fruits_traits
dataset.
fruits_traits
, baskets_fruits_weights
## Not run:
# Load Traits Information
data("fruits_traits_cat", package = "mFD")
fruits_traits_cat
# Load Species x Traits Data Frame
data("fruits_traits", package = "mFD")
# 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.