Description Usage Arguments See Also
Plot surface
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | ## S3 method for class 'TRI'
persp3d(x, ..., add = FALSE)
## S3 method for class 'TRI0'
persp3d(x, ..., add = FALSE)
## S3 method for class 'BasicRaster'
persp3d(x, ..., add = FALSE)
## S3 method for class 'DEL'
persp3d(x, ..., add = FALSE)
## S3 method for class 'DEL0'
persp3d(x, ..., add = FALSE)
## S3 method for class 'QUAD'
persp3d(x, ..., add = FALSE)
## S3 method for class 'matrix'
persp3d(x, ..., add = FALSE)
## S3 method for class 'sf'
persp3d(x, ..., add = FALSE)
## S3 method for class 'sfc'
persp3d(x, ..., add = FALSE)
## S3 method for class 'Spatial'
persp3d(x, ..., add = FALSE)
## S3 method for class 'triangulation'
persp3d(x, ..., add = FALSE)
|
x |
sp, sf, raster, trip, or any other model understood by anglr/silicate |
... |
pass material3d properties to rgl |
add |
add to existing plot or start a new one (the default) |
plot3d as.mesh3d wire3d dot3d shade3d
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.