Description Usage Arguments Value Note Examples
Add lines to a 3D scatterplot
1 | lines3d(s, from, to, lwd = 1, alpha = 1, color)
|
s |
A scatterplot object returned by |
from |
A vector of integer indices of starting points. |
to |
A vector of integer indices of ending points of the same length as |
lwd |
A single numeric value of line width (applies to all lines). |
alpha |
A single numeric value of line alpha (applies to all lines). |
color |
Either a single color value or vector of values as long as |
A new scatterplot htmlwidget object.
This function replaces the old points3d
approach used by scatterplot3d
.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.