plot3d.hxsurf | R Documentation |
Plot amira surface objects in 3D using rgl
## S3 method for class 'hxsurf'
plot3d(x, materials = NULL, col = NULL, ...)
x |
An hxsurf surface object |
materials |
Character vector or |
col |
Character vector specifying colors for the materials, or a
function that will be called with the number of materials to plot. When
|
... |
Additional arguments passed to |
read.hxsurf
Other hxsurf:
as.hxsurf()
,
as.mesh3d()
,
materials()
,
read.hxsurf()
,
subset.hxsurf()
,
write.hxsurf()
plot3d(kcs20)
plot3d(MBL.surf)
# plot only vertical lobe
clear3d()
plot3d(MBL.surf, materials="VL", alpha=0.3)
# everything except vertical lobe
clear3d()
plot3d(MBL.surf, alpha=0.3,
materials=grep("VL", MBL.surf$RegionList, value = TRUE, invert = TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.