image,BrainVolume-method {neuroim}R Documentation

image

Description

image

image

Usage

## S4 method for signature 'BrainVolume'
image(x, slice, col = gray((0:255)/255, alpha = 1),
  zero.col = "#000000", axis = 3, ...)

## S4 method for signature 'Overlay'
image(x, zpos, axis = 3)

## S4 method for signature 'Layer'
image(x, zpos, axis = 3)

Arguments

x

the object to display

slice

the voxel index of the slice to display

col

a color map

zero.col

the color to use when the value is 0 (e.g background color)

axis

the axis index

...

extra arguments to passed to grid.raster

zpos

the z coordinate


[Package neuroim version 0.0.6 Index]