fracture3d | R Documentation |
Makes a 3d plot of the fracture
fracture3d(
obj,
type = c("top", "bottom"),
col,
edge.col = NA,
vertex.col = NA,
asp = "iso",
add = FALSE,
transform = function(points) points,
...
)
obj |
the fracture_geom object to plot in 3d |
type |
the surface to plot: top, bottom, middle |
col |
vector of 3 colors used for top, bottom and middle surface |
add |
if TRUE, add plot to existing rgl window |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.