bind_tracts: Tract Combination

Description Usage Arguments Value Examples

Description

Tract Combination

Usage

1

Arguments

...

A set of tracts.

Value

A tibble with the following 5 variables: name with the name of the tract, case with the identifier of the subject to which the tract belongs, scan with the identifier of the repeated measure for a given subject, side with the hemisphere to which the tract belongs and data with the list of streamlines composing the tract.

Examples

1
2
3
4
5
file <- system.file("extdata", "Case001_CST_Left.csv", package = "fdatractography")
cst_left <- read_tract(file)
file <- system.file("extdata", "Case001_CST_Right.csv", package = "fdatractography")
cst_right <- read_tract(file)
bind_tracts(cst_left, cst_right)

astamm/fdatractography documentation built on May 12, 2019, 5:37 a.m.