read.dti.trk | R Documentation |
Read fiber tracks from Diffusion Toolkit in trk format.
read.dti.trk(filepath)
filepath |
character string, path to file in trk format. |
named list, the parsed file data. The naming of the variables follows the spec at http://trackvis.org/docs/?subsect=fileformat
.
## Not run:
trk = read.dti.trk("~/simple.trk");
trk2 = read.dti.trk("~/standard.trk");
trk3 = read.dti.trk("~/complex_big_endian.trk");
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.