library(fdaPDE)
##Load the matrix nodes and tetrahedrons
data(sphere3Ddata)
nodes = sphere3Ddata$nodes
tetrahedrons = sphere3Ddata$tetrahedrons
##Create the triangulated mesh from the connectivity matrix and nodes locations
mesh = create.mesh.3D(nodes,tetrahedrons)
##Plot the triangulation of the object
plot(mesh)
Run the code above in your browser using DataLab