plotNetwork3D | R Documentation |
Plot an adjacency weight matrix as a network in 3D
plotNetwork3D( pos, adj, col = "black", line.col = "grey", alpha = 0.5, line.power = 1, ... )
pos |
3D position information |
adj |
Adjacency weight matrix |
col |
Color of points |
line.col |
Color of line |
alpha |
Line color transparency |
line.power |
Thickness of lines |
... |
Additional plotting parameters |
None
## Not run: data(drosophila) pos <- drosophila$pos N <- getSpatialNeighbors(pos, filterDist = 10, verbose=TRUE) plotNetwork3D(pos, N, size=1) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.