Skip to contents

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).

Usage

bundle(streamlines = list(), bundle_data = list())

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.