checkmnc-methods {freesurfer} | R Documentation |
Force object to filename with .mnc extension
Description
Ensures the output to be a character filename (or vector)
from an input image or nifti
to have .mnc
extension and
be converted to MNC when necessary
Usage
checkmnc(file, ...)
## S4 method for signature 'nifti'
checkmnc(file, ...)
## S4 method for signature 'character'
checkmnc(file, ...)
## S4 method for signature 'list'
checkmnc(file, ...)
ensure_mnc(file, ...)
Arguments
file |
character or |
... |
options passed to |
Value
Character filename of mnc image
Author(s)
John Muschelli muschellij2@gmail.com
[Package freesurfer version 1.6.10 Index]