surfaceplot3D | R Documentation |
Function surfaceplot3D
surfaceplot3D(
x = -10:10,
y = -10:10,
fun = NULL,
dim = c(10, 10),
col = rgb(0, 0, 1),
border = NA,
main = "3D Surfaceplot",
transparency = 0.1,
thetaX = 10,
thetaY = 60,
thetaZ = 10,
culling = "none",
add.wireframe = T,
add.polygons = T,
...
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.