camino_dteig | R Documentation |
dteig
functionPerforms the Camino dteig
function
camino_dteig(infile, outfile = NULL, inputmodel = c("dt", "twotensor",
"threetensor", "multitensor"), outputdatatype = c("float", "byte",
"short", "int", "long", "double"), maxcomponents = NULL,
verbose = TRUE, header = NULL)
infile |
Output from |
outfile |
Output filename. If |
inputmodel |
model used for tensors |
outputdatatype |
Specifies the data type of the output image. The data type can be any of the following strings: "byte", "short", "int", "long", "float" or "double". |
maxcomponents |
Maximum tensor components, for use with input model "multitensor". |
verbose |
print diagnostic messages |
header |
NIfTI image with header information |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.