vis.rotated.coloredmeshes | R Documentation |
Rotate and visualize coloredmeshes, applying a style.
vis.rotated.coloredmeshes(
renderables,
rotation_angle,
x,
y,
z,
style = "default",
draw_colorbar = FALSE
)
rotation_angle |
angle in radians. Passed to |
x |
x value passed to |
y |
y value passed to |
z |
z value passed to |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.