R/mesh.R
plot.Mesh.Rd
Plot a Mesh object
# S3 method for Mesh plot(x, ...)
A Mesh object defining the triangular mesh, as generated by Mesh
Mesh
Arguments representing graphical options to be passed to plot_ly.
plot_ly
A plotly object
if (FALSE) { library(femR) data("unit_square") mesh <- Mesh(unit_square) plot(mesh) }