Description Usage Arguments Value Examples
Tract Combination
1 |
... |
A set of |
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.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.