Load a 3-dimensional MINC2 volume and returns it as a 1D array
mincGetVolume(filename)
filename | A string corresponding to the location of the MINC2 file to be read. |
---|
Returns a vector of mincSingleDim class
mincWriteVolume
# NOT RUN { getRMINCTestData() testfile <- mincGetVolume("/tmp/rminctestdata/brain_cut_out.mnc") # }