plot.tract: Tract Plotting

Description Usage Arguments Value Examples

Description

plot_tract plots a tract object.

Usage

1
2
## S3 method for class 'tract'
plot(x, transparency = 1)

Arguments

x

A tract to be plotted.

Value

Invisibly returns the input tract.

Examples

1
2
3
4
5
6
file <- system.file("extdata", "Case001_CST_Left.csv", package = "fdatractography")
cst_left <- read_tract(file)
file <- system.file("extdata", "Case001_CST_Right.csv", package = "fdatractography")
cst_right <- read_tract(file)
cst <- bind_tracts(cst_left, cst_right)
plot_tract(cst)

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