Learn R Programming

fdaPDE (version 1.1-21)

plot.mesh.2.5D: Plot a mesh.2.5D object

Description

Plot the triangulation of a mesh.2.5D object, generated by create.mesh.2.5D

Usage

# S3 method for mesh.2.5D
plot(x, ...)

Value

No return value

Arguments

x

A mesh.2.5D object generated by create.mesh.2.5D.

...

Arguments representing graphical options to be passed to par.

Examples

Run this code
library(fdaPDE)

## Upload the hub2.5D the data
data(hub2.5D)
hub2.5D.nodes = hub2.5D$hub2.5D.nodes
hub2.5D.triangles = hub2.5D$hub2.5D.triangles

## Create mesh
mesh = create.mesh.2.5D(nodes = hub2.5D.nodes, triangles = hub2.5D.triangles)
plot(mesh)

Run the code above in your browser using DataLab