tract: Tract Constructor

Description Usage Arguments Value Examples

Description

tract is the constructor for objects of class tract.

Usage

1

Arguments

...

A set of name-value pairs. Arguments are evaluated sequentially, so you can refer to previously created variables. To be a valid tract, the set should contain at least the fields name with the name of the tract, case with the identifier of the subject to which the tract belongs, scan to identify repeated measures for the same subject, side with the hemisphere to which the tract belongs and data with the list of streamlines composing the tract.

Value

A tract.

Examples

1
2
tr <- tract(name = "CST", case = "H018947", scan = "01", side = "L",
  data = list())

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