View source: R/camino_image2voxel.R
Performs the Camino image2voxel function
1 2 3 4 5 6  | camino_image2voxel(infile, outfile = NULL, outputdatatype = c("float",
  "char", "short", "int", "long", "double"), verbose = TRUE)
camino_imagelist2voxel(imagelist, imageprefix = NULL, outfile = NULL,
  outputdatatype = c("float", "char", "short", "int", "long", "double"),
  verbose = TRUE)
 | 
infile | 
 Input 4D image  | 
outfile | 
 Output filename for camino format  | 
outputdatatype | 
 Output data type  | 
verbose | 
 Print diagnostic messages  | 
imagelist | 
 Text file of list of image names or character vector of image names  | 
imageprefix | 
 Directory of the images. Will use the dirname if not specified (recommended)  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.