Examples for 'threejs::lines3d'


Add lines to a 3D scatterplot

Aliases: lines3d

Keywords:

### ** Examples

## Not run: 
##D  x <- rnorm(5)
##D  y <- rnorm(5)
##D  z <- rnorm(5)
##D  scatterplot3js(x, y, z, pch="@", color=rainbow(5)) %>%
##D    lines3d(c(1, 2), c(3, 4), lwd=2)
## End(Not run)

[Package threejs version 0.3.3 Index]