showTags | R Documentation |
This function uses text3d
to display the tags
at the center of the objects they label.
showTags(tags = NULL, ids = NULL,
subscenes = ids3d("subscene", subscene = 0)$id,
depth_test = "always", ...)
tags , ids |
If non-NULL, display only these tags and ids. |
subscenes |
Which subscenes to examine. |
depth_test |
The |
... |
Other arguments to pass to |
If selected objects don't have tags, they will be labelled
using their id
value instead.
The rgl ids of the text objects added (one text object per tagged object, with tags as names).
example("plot3d", package = "rgl")
showTags()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.