is_tract: Tract Format Verification

Description Usage Arguments Value Examples

Description

is_tract check whether an input R object is of class tract.

Usage

1
is_tract(object)

Arguments

object

An input R object.

Value

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

Examples

1
2
3
file <- system.file("extdata", "Case001_CST_Left.csv", package = "fdatractography")
cst_left <- read_tract(file)
is_tract(cst_left)

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