View source: R/filebacked_neurovec.R
FileBackedNeuroVec | R Documentation |
Constructs a FileBackedNeuroVec
instance, which represents a file-backed
neuroimaging vector object.
FileBackedNeuroVec(file_name)
file_name |
A character string specifying the name of the image file. |
This function reads the header of the specified file, creates a NeuroSpace object, and initializes a FileBackedNeuroVec with the appropriate metadata.
A new instance of class FileBackedNeuroVec
.
NeuroSpace
, read_header
## Not run:
fbvec <- FileBackedNeuroVec("path/to/image.nii")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.