volume3d: 3D plot of brain volumes

Description Usage Arguments Author(s)

View source: R/volume3d.R

Description

3D plot of brain volumes

Usage

1
2
3
4
5
  volume3d(rois = list(), rgl = TRUE, fill = FALSE,
    col.mesh = 0, screen = list(x = -60, y = 65, z = 20),
    x = seq(91), y = seq(109), z = seq(91), color = "red",
    perspective = FALSE, level = 1, alpha = 0.5, sub = 2,
    ...)

Arguments

rois

Regions

rgl

If TRUE rendered using RGL

fill

Graphics options (contour3d)

col.mesh

Graphics options (contour3d)

screen

Graphics options (contour3d)

x

x voxel-coordinates

y

y voxel-coordinates

z

z voxel-coordinates

color

Graphics options (contour3d)

perspective

Graphics options (contour3d)

level

Levels to plot

alpha

Transparency

sub

Down-sample by factor 2

...

Additional graphics options

Author(s)

Klaus K. Holst


kkholst/neurocdf documentation built on May 20, 2019, 10:59 a.m.