render(x, ...)## S3 method for class 'meshDist':
render(x, from = NULL, to = NULL, steps = NULL,
ceiling = NULL, uprange = NULL, tol = NULL, displace = FALSE,
shade = TRUE, sign = NULL, add = FALSE, ...)
## S3 method for class 'matrixDist':
render(x, from = NULL, to = NULL, steps = NULL,
ceiling = NULL, uprange = NULL, tol = NULL, type = c("s", "p"),
radius = NULL, displace = FALSE, sign = NULL, add = FALSE, ...)
export(x, ...)
## S3 method for class 'meshDist':
export(x, file = "default", imagedim = "100x800", ...)
shade3d. See
rgl.material for details.render.meshDist renders the colored mesh and displays the color ramp and returns an object of class "meshDist". export.meshDist exports the colored mesh as ply file and the color chart as png file.
meshDist, shade3d