as_streamline: Streamline Coercion

Description Usage Arguments Value Examples

Description

Coerces a dataset into a streamline.

Usage

1
as_streamline(input, validate = TRUE, ...)

Arguments

validate

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

streamline

Input dataset.

Value

A streamline.

Examples

1
2
3
file <- system.file("extdata", "CC_SingleTensor.csv", package = "fiber")
cc <- read_tract(file)
as_streamline(cc$data[[1]])

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