is_streamline: Streamline Format Verification

Description Usage Arguments Value Examples

Description

Check whether the input object is of class streamline.

Usage

1

Arguments

streamline

An input R object.

Value

A boolean which is TRUE if the input object is of class streamline and FALSE otherwise.

Examples

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

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