read.dti.tck | R Documentation |
Read DTI tracking data from file in MRtrix 'TCK' format.
read.dti.tck(filepath)
filepath |
character string, path to the |
named list with entries 'header' and 'tracks'. The tracks are organized into a list of matrices. Each n x 3 matrix represents the coordinates for the n points of one track, the values in each row are the xyz coords.
## Not run:
tckf = "~/simple.tck";
tck = read.dti.tck(tckf);
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.