Creates a latent representation of neuroimaging data using basis functions and loadings. This function is re-exported from the `fmrilatent` package for convenience.
Usage
LatentNeuroVec(
basis,
loadings,
space,
mask,
offset = NULL,
label = "",
meta = list()
)Arguments
- basis
A matrix of temporal embeddings (time x components).
- loadings
A matrix of spatial loadings (voxels x components).
- space
A `NeuroSpace` object defining the 4D space.
- mask
A `LogicalNeuroVol` specifying the brain mask.
- offset
Optional numeric vector of voxel offsets.
- label
Optional character label for the dataset.
- meta
Optional named list of additional metadata.