plotBorder: plot all border edges of a triangular mesh

View source: R/plotBorder.r

plotBorderR Documentation

plot all border edges of a triangular mesh

Description

plot all border edges of a triangular mesh

Usage

plotBorder(mesh, col = 2, lwd = 2)

Arguments

mesh

triangular mesh of class "mesh3d".

col

color of lines.

lwd

line width

Author(s)

Stefan Schlager

Examples

## Not run: 
require(rgl)
require(Morpho)
data(nose)
plotBorder(shortnose.mesh)
wire3d(shortnose.mesh,col=3)

## End(Not run)

zarquon42b/mesheR documentation built on Jan. 28, 2024, 2:17 p.m.