image-methods: image

Description Usage Arguments

Description

image

image

Usage

1
2
3
4
5
6
7
8
9
## 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


neuroim documentation built on May 2, 2019, 1:04 p.m.