isolate: Manually Modifiy Partitions

Description Usage Arguments Details Value Author(s) See Also Examples

Description

The function provides means to manually modify the partitioning vector.

Usage

1
2
## 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

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

getK(x)
x

vegsoup documentation built on Feb. 24, 2021, 3 a.m.