powered by
Read fiber tracks from Diffusion Toolkit in trk format.
read.dti.trk(filepath)
named list, the parsed file data. The naming of the variables follows the spec at http://trackvis.org/docs/?subsect=fileformat.
http://trackvis.org/docs/?subsect=fileformat
character string, path to file in trk format.
if (FALSE) { trk = read.dti.trk("~/simple.trk"); trk2 = read.dti.trk("~/standard.trk"); trk3 = read.dti.trk("~/complex_big_endian.trk"); }
Run the code above in your browser using DataLab