| metacommunity-class {rdiversity} | R Documentation |
metacommunity-class
Description
Container for class metacommunity.
Usage
## S4 method for signature 'metacommunity'
show(object)
Arguments
object |
object of class |
Fields
type_abundancetwo-dimensional
matrixof modenumericwith 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 taxasimilaritytwo-dimensional
matrixof modenumericwith rows as types, columns as types, and elements containing the pairwise similarity of typessimilarity_componentslist containing the components necessary to calculate similarity. This list is empty when
precompute_dist = TRUEwhen 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_parameterslist containing parameters associated with converting pairwise distances to similarities (the
dist2sim()arguments)ordinarinesstwo-dimensional
matrixof modenumericwith rows as types, columns as subcommunities, and elements containing the ordinariness of types within subcommunitiessubcommunity_weightsvectorof modenumericcontaining subcommunity weightstype_weightstwo-dimensional
matrixof modenumeric, with rows as types, columns as subcommunities, and elements containing weights of types within a subcommunitydat_idobject of class
characterdescribing the class of distance / similarity being used, e.g. "naive", "taxonomic", and so onraw_abundance[Phylogenetic] two-dimensional
matrixof modenumericwith rows as types, columns as subcommunities, and elements containing the relative abundance of present day speciesraw_structure[Phylogenetic] two-dimensional
matrixof modenumericwith rows as historical species, columns as present day species, and elements containing historical species lengths within lineagesparameters[Phylogenetic]
data.framecontaining parameters associated with each historic species in the phylogeny