A bundle is an ordered collection of streamline objects representing a tractogram or white-matter bundle. It stores two compartments:
@streamlines— a list of streamline objects.@bundle_data— a named list of bundle-level metadata (arbitrary R objects, e.g. the affine transform used during tracking).
Arguments
- streamlines
A list of streamline objects.
- bundle_data
A named list of bundle-level metadata.
Details
Use the new_bundle() constructor to create instances.