draw.colorbar: Draw a coloredbar into the current plot.
Description
Requires a rgl 3d visualisation to be open that already contains a rendered object.
Usage
draw.colorbar(coloredmeshes)
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.