isolate {vegsoup}R Documentation

Manually Modifiy Partitions

Description

The function provides means to manually modify the partitioning vector.

Usage

## S4 method for signature 'VegsoupPartition'
isolate(x, plot, ...)

Arguments

x

VegsoupPartition object.

plot

character. The plot(s) to force into a new partition.

...

Currently not used.

Details

This function increases the value of getK(x).

Value

code{VegsoupPartition} object.

Author(s)

Roland Kaiser

See Also

VegsoupPartition

Examples

x <- VegsoupPartition(barmstein, k = 2)
x <- isolate(x, rownames(x)[1])

getK(x)
x

[Package vegsoup version 0.2-9 Index]