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

View source: R/vis_meshes.R

vis.rotated.coloredmeshesR Documentation

Rotate and visualize coloredmeshes, applying a style.

Description

Rotate and visualize coloredmeshes, applying a style.

Usage

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

Arguments

rotation_angle

angle in radians. Passed to rotate3d.

x

x value passed to rotate3d.

y

y value passed to rotate3d.

z

z value passed to rotate3d.

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.

coloredmeshes

list of renderables. 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.


fsbrain documentation built on July 9, 2023, 7:12 p.m.