Description Usage Arguments Details Value
buildBrcParcellation
is a helper function that quickly build a
BrcParcellation
instance from a 3-dimensional matrix. Its main
benefit is that it constructs all of the BrcParcellation
object's dependencies (dim3d
and partition
) for you.
1 | buildBrcParcellation(data3d)
|
data3d |
a 3-dimensional matrix |
Here, the input data3d
is a 3-dimensional matrix, and each
unique value in data3d
will be assigned a unique parcel. The value
0 in data3d
will signal an empty voxel.
a BrcParcellation
instance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.