Learn R Programming

entropart (version 1.1.3)

MCentropy: Meta-Community entropy class.

Description

Methods for objects of type "MCentropy".

Usage

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

Arguments

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

Value

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