streamline: Streamline Constructor

Description Usage Arguments Value Examples

Description

streamline is the constructor for objects of class streamline.

Usage

1
streamline(..., validate = TRUE)

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 x, y, z.

validate

A boolean specifying whether the class of the input object should be checked (default: TRUE).

Value

A streamline.

Examples

1
st <- streamline(X = 1:10, Y = 1:10, Z = 1:10, Pie = 1:10)

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