Description Usage Arguments Value Examples
Read tractography data stored in a CSV file as output by VTPtoCSV.
1 2 | read_tract(path, name = "CST", case = "001", scan = "001",
biomarkers = "None")
|
path |
A string indicating the path to the CSV file to be read. The CSV
filename should be formatted as |
A tract
object.
1 2 | file <- system.file("extdata", "Case001_CST_Left.csv", package = "fdatractography")
cst_left <- read_tract(file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.