powered by
Writes temporary images out from nifti objects or passes character filenames of images to papaya JS viewer
papaya(images, outdir = NULL, ...)
Output directory where index.html, js, and copied nii.gz files
character filenames or nifti objects to be viewed
nifti
output directory for index and all to go
Options to be passed to pass_papaya
pass_papaya
if (FALSE) { library(neurobase) x = nifti(img = array(rnorm(100^3), dim= rep(100, 3)), dim=rep(100, 3), datatype=16) thresh = datatyper(x > 1) index.file = papaya(list(x, thresh)) }
Run the code above in your browser using DataLab