Description Methods Author(s) Examples
Summary Methods for Vegsoup*
objects
signature(object = "Vegsoup")
If object has only one plot a species list is plotted.
signature(object = "VegsoupPartition")
Also print a table of partition contingencies.
signature(object = "VegsoupPartitionFidelity")
Prints additional information.
signature(object = "VegsoupOptimstride")
Prints results Optimclass 1 and 2, position of peaks, and maxima.
Roland Kaiser
1 2 3 4 5 6 7 8 9 10 11 12 | require(vegsoup)
data(windsfeld)
x <- windsfeld
summary(x)
summary(VegsoupPartition(x, k = 2))
summary(fidelity(VegsoupPartition(x, k = 2)))
summary(OptimStride(x, k = 4, method = c("flexible", "pam")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.