tesselate {neuroim} | R Documentation |
tesselate
Description
tesselate
tesselate a LogicalBrainVolume into K spatial disjoint components
Usage
tesselate(x, K, ...)
## S4 method for signature 'LogicalBrainVolume,numeric'
tesselate(x, K, features = NULL,
spatialWeight = 4)
Arguments
x |
the object to tesselate |
K |
the number of partitions |
... |
extra arguments |
features |
use addiitonal feature set to tesselate volume |
spatialWeight |
weight voxels according to distance |
[Package neuroim version 0.0.6 Index]