fsbrain (version 0.0.2)

vis.rotated.coloredmeshes: Rotate and visualize coloredmeshes, applying a style.

Description

Rotate and visualize coloredmeshes, applying a style.

Usage

vis.rotated.coloredmeshes(coloredmeshes, rotation_angle, x, y, z,
  style = "default", draw_colorbar = FALSE)

Arguments

coloredmeshes,

list of coloredmeshes. A coloredmesh is a named list as returned by the coloredmesh.from.* functions. It has the entries 'mesh' of type tmesh3d, a 'col', which is a color specification for such a mesh.

rotation_angle,

angle in radians. Passed to [rgl:rotated3d()].

x,

x value passed to [rgl:rotated3d()].

y,

y value passed to [rgl:rotated3d()].

z,

z value passed to [rgl:rotated3d()].

style,

a named list of style parameters or a string specifying an available style by name (e.g., 'shiny'). Defaults to 'default', the default style.

draw_colorbar,

logical. Whether to draw a colorbar.