MBD.tract: Modified Band Depth for Tracts Objects

Description Usage Arguments Value Examples

Description

This is a specialization of the MBD function for tract objects.

Usage

1
2
## S3 method for class 'tract'
MBD(tract)

Arguments

tract

A tract object.

validate

A boolean that specifies whether the input format should be checked (default: TRUE).

Value

A numeric vector of depths for each streamline of the input tract object.

Examples

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

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