coordlist_to_vol | R Documentation |
Converts a sparse coordinate list to its non-sparse volumetric representation.
coordlist_to_vol(coords, fill = FALSE)
coords |
The sparse coordinate list. Should be a data.frame or matrix
with voxels along the rows and three or four columns. The first three
columns should be integers indicating the spatial coordinates of the voxel.
If the fourth column is present, it will be the value used for that voxel.
If it is absent, the value will be |
fill |
Fill value for the volume. Must be logical or numeric. Default:
|
The volumetric data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.