View source: R/read_dti_tcktsf.R
| read.dti.tsf | R Documentation |
Read DTI tracking per-coord data from file in MRtrix 'TSF' format.
read.dti.tsf(filepath)
filepath |
character string, path to the |
named list with entries 'header' and 'scalars'. The scalar data are available in 2 representations: 'merged': a vector of all values (requires external knowledge on track borders), and 'scalar_list': organized into a list of vectors. Each vector represents the values for the points of one track.
## Not run:
tsff = "~/simple.tsf"
tsf = read.dti.tsf(tsff);
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.