Skip to contents

Plot a Mesh object

Usage

# S3 method for Mesh
plot(x, ...)

Arguments

x

A Mesh object defining the triangular mesh, as generated by Mesh

...

Arguments representing graphical options to be passed to plot_ly.

Value

A plotly object

Examples

if (FALSE) {
library(femR)
data("unit_square")
mesh <- Mesh(unit_square)
plot(mesh)
}