partition-methods: partition

Description Usage Arguments

Description

partition

partition a ClusteredBrainVolume into K spatial disjoint components for every existing partition in the volume

Usage

1
2
3
4
5
partition(x, K, features, ...)

## S4 method for signature 'ClusteredBrainVolume,numeric,matrix'
partition(x, K, features,
  method = "kmeans")

Arguments

x

the object to partition

K

the number of partitions

features

the features used to define the partition

...

additional arguments

method

clustering method


neuroim documentation built on May 2, 2019, 1:04 p.m.