Description Objects from the Class Slots Extends Methods Author(s) See Also Examples
The purpose of a MincSlice object is to hold a 2 dimensional slice of a volume. Slices can be in any of the 3 orthogonal orientations. Overloaded print and plot functions permit display of slice summary information, as well as slice visualization.
Objects can be created by calls of the form new("MincSlice", data, nrow, ncol, byrow, dimnames, ...)
although users are not expected to instantiate these objects directly.
.Data
:Object of class "matrix"
mincInfo
:Object of class "MincInfo"
sliceNumber
:Object of class "numeric"
orientation
:Object of class "character"
sliceIntensityRange
:Object of class "numeric"
volumeType
:Object of class "character"
colorMap
:Object of class "character"
aspectRatio
:Object of class "numeric"
Class "matrix"
, from data part.
Class "array"
, by class "matrix", distance 2.
Class "structure"
, by class "matrix", distance 3.
Class "vector"
, by class "matrix", distance 4, with explicit coerce.
signature(x = "MincSlice")
: ...
signature(x = "MincSlice")
: ...
signature(mincSlice = "MincSlice", mincVolume = "MincVolumeIO")
: ...
signature(object = "MincSlice")
: ...
Jim Nikelski nikelski@bic.mni.mcgill.ca
MincInfo
MincSliceIO
MincVolumeIO
1 | showClass("MincSlice")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.