Writer is not implemented yet. Please save as a 'TCK'
file.
Value
An imaging-streamlines
instance.
Examples
# 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)
}
#> Using native approach to load the matlab file (supporting MAT 5.0)...