Generic S3 method for projecting voxel-level data using a fitted model object.
Usage
project_voxels(object, voxel_timeseries_list, voxel_coords, parcel_coords, ...)
Arguments
- object
A fitted model object (e.g., hatsa_projector
).
- voxel_timeseries_list
A list of voxel time-series matrices.
- voxel_coords
Coordinates of the voxels.
- parcel_coords
Coordinates of the parcels used in the model.
- ...
Additional arguments specific to the method.
Value
A list of projected voxel data, specific to the method implementation.