checkimg-methods | R Documentation |
Ensures the output to be a character filename (or vector) from an input
image or nifti
.
checkimg(file, allow_array = FALSE, ...)
## S4 method for signature 'nifti'
checkimg(file, allow_array = FALSE, ...)
## S4 method for signature 'ANY'
checkimg(file, allow_array = FALSE, ...)
## S4 method for signature 'character'
checkimg(file, allow_array = FALSE, ...)
## S4 method for signature 'list'
checkimg(file, allow_array = FALSE, ...)
file |
character or |
allow_array |
allow arrays to be passed in |
... |
options passed to |
character filename of image or temporary nii, with .nii extension
John Muschelli muschellij2@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.