Learn R Programming

neuroim (version 0.0.6)

partition: partition

Description

partition

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

Usage

partition(x, K, features, ...)
"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