R/egg.mesh.R

Defines functions plot.mesh

plot.mesh = function(mesh) {
  #require("geometry", quietly=TRUE)
  #t = mesh$t
  #p = cbind(mesh$p[,1],mesh$p[,3],mesh$p[,2])
  #trimesh(t, p, asp=1, axis=FALSE, boxed=FALSE)
  stop("This function will be made available in a future release.")
}

Try the egg package in your browser

Any scripts or data that you put into this service are public.

egg documentation built on May 2, 2019, 5:55 p.m.