Learn R Programming

ieegio (version 0.0.9)

io-tt: Read 'TT' streamline file

Description

Writer is not implemented yet. Please save as a 'TCK' file.

Usage

io_read_tt(file)

Value

An imaging-streamlines instance.

Arguments

file

path to the streamline file

Examples

Run this code


# This example uses sample data, run
# `ieegio_sample_data("streamlines/CNVII_R.trk")` to download

if( ieegio_sample_data("streamlines/CNVII_R.tt.gz", test = TRUE) ) {

  path <- ieegio_sample_data("streamlines/CNVII_R.tt.gz")

  # read
  x <- io_read_tt(path)

  plot(x)

}

Run the code above in your browser using DataLab