partition {neuroim} | R Documentation |
partition
Description
partition
partition a ClusteredBrainVolume
into K spatial disjoint components for every existing partition in the volume
Usage
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 |
[Package neuroim version 0.0.6 Index]