vis.coloredmesh: Draw a coloredmesh using a style.

View source: R/vis_meshes.R

vis.coloredmeshR Documentation

Draw a coloredmesh using a style.

Description

Draw a coloredmesh using a style.

Usage

vis.coloredmesh(cmesh, style = "default")

Arguments

cmesh

a coloredmesh. 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.

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. Pass the magic word 'from_mesh' to try to retrieve a style (as a name or a style list) from the field 'style' of the mesh, or default to "default" if the mesh has no such field.

See Also

vis.renderable


fsbrain documentation built on June 22, 2024, 11:53 a.m.