Learn R Programming

entropart (version 1.1.3)

MCdiversity: Meta-Community diversity class.

Description

Methods for objects of type "MCdiversity".

Usage

is.MCdiversity(x)
## S3 method for class 'MCdiversity':
plot(x, \dots)
## S3 method for class 'MCdiversity':
summary(object, \dots)

Arguments

x
An object to be tested or plotted.
object
A MCdiversity object to be summarized.
...
Additional arguments to be passed to the generic methods.

Value

  • Meta-community diversity objects are lists containing:
  • MetaCommunityThe name of the MetaCommunity object containing inventory data.
  • TypeThe type of diversity ("alpha", "beta" or "gamma").
  • OrderThe order of diversity $q$.
  • CorrectionThe estimation bias correction used to calculate diversity.
  • TreeThe phylogenetic or functional tree used to calculate phylodiversity.
  • NormalizedLogical. Indicates whether phylodiversity is normalized or proportional to the height of the tree.
  • WeightsA vector containing the weights of communities.
  • CommunitiesA vector containing the diversity of communities.
  • TotalThe total diversity.
  • is.MCdiversity returns TRUE if the object is of class MCdiversity. summary.MCdiversity returns a summary of the object's value.