View source: R/control.functions.R
env.part | R Documentation |
This function compares the number of records in the environmental vector and the umber of rows in the taxa matrix to ensure they are compatible. It then uses the rank order of environmental values at each sampling location to determine group membership of all sampling sites at each level of partitioning.
env.part(env, taxa, minSplt = minSplt, messaging = TRUE)
env |
A vector of values for each sampling location along the environmental gradient. |
taxa |
A site by taxon matrix containing observed counts at each sampling location. |
minSplt |
The minimum split size used in binary partitioning. The default is to use the argument from the original TITAN function call. |
messaging |
message user? |
A list of seven objects:
an environmental vector
the number of sample units in env
the number of distinct taxonomic units in taxa
the number of candidate partitions (numUnit-2*minSplt)
a sorted version of the environmental vector
a vector of environmental values used to distinguish partitions
a matrix of group membership relative to each partition in envcls
M. Baker and R. King
Baker, ME and RS King. 2010. A new method for detecting and interpreting biodiversity and ecological community thresholds. Methods in Ecology and Evolution 1(1): 25:37.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.