View source: R/minc_interface.R
mincGetVolume | R Documentation |
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")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.