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

Description Usage Arguments

View source: R/vis_meshes.R

Description

Rotate and visualize coloredmeshes, applying a style.

Usage

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


neuroconductor/fsbrain documentation built on Sept. 16, 2020, 2:30 p.m.