coordlist_to_vol {fMRItools} | R Documentation |
Convert coordinate list to 3D array
Description
Converts a sparse coordinate list to its non-sparse volumetric representation.
Usage
coordlist_to_vol(coords, fill = FALSE)
Arguments
coords |
The sparse coordinate list. Should be a |
fill |
Logical or numeric fill value for the volume. Default:
|
Value
The volumetric data
[Package fMRItools version 0.4.7 Index]