| mincContour | R Documentation | 
Draw contour lines from a MINC volume
mincContour(volume, dimension = 2, slice = NULL, ...)
| volume | the output of mincArray | 
| dimension | the dimension (from 1 to 3) | 
| slice | the slice number | 
| ... | other parameters to pass on to  | 
## 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))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.