Draw contour lines from a MINC volume

mincContour(volume, dimension = 2, slice = NULL, ...)

Arguments

volume

the output of mincArray

dimension

the dimension (from 1 to 3)

slice

the slice number

...

other parameters to pass on to contour

Examples

# NOT RUN {
mincImage(mincArray(anatVol), slice=100, col=gray.colors(255))
mincContour(mincArray(anatVol), slice=100, add=T, col=rainbow(2), levels=c(1000, 1400))
# }