relativeentropy-class {rdiversity} | R Documentation |
relativeentropy-class
Description
Container for class relativeentropy
.
Fields
results
data.frame
containing rdiversity outputmeasure
object of class
character
naming the diversity measure being calculatedtype_abundance
two-dimensional
matrix
of modenumeric
with rows as types (species), columns as subcommunities, and each element containing the relative abundance of types in each subcommunity relative to the metacommunity as a whole. In the phylogenetic case, this corresponds to the proportional abundance of historical species, which is calculated from the proportional abundance of terminal taxaordinariness
two-dimensional
matrix
of modenumeric
with rows as types, columns as subcommunities, and elements containing the ordinariness of types within subcommunitiessubcommunity_weights
vector
of modenumeric
containing subcommunity weightstype_weights
two-dimensional
matrix
of modenumeric
, with rows as types, columns as subcommunities, and elements containing weights of types within a subcommunitydat_id
object of class
character
describing the class of distance / similarity being used, e.g. "naive", "taxonomic", and so onsimilarity_components
list containing the components necessary to calculate similarity. This list is empty when
precompute_dist = TRUE
when calculating distance. When a pairwise distance matrix is too large andprecompute_dist = FALSE
, this list contains all the information required to calculate pairwise distance between typessimilarity_parameters
list containing parameters associated with converting pairwise distances to similarities (the
dist2sim()
arguments)