isolate {vegsoup} | R Documentation |
The function provides means to manually modify the partitioning vector.
## S4 method for signature 'VegsoupPartition' isolate(x, plot, ...)
x |
|
plot |
character. The plot(s) to force into a new partition. |
... |
Currently not used. |
This function increases the value of getK(x)
.
code{VegsoupPartition}
object.
Roland Kaiser
x <- VegsoupPartition(barmstein, k = 2) x <- isolate(x, rownames(x)[1]) getK(x) x