plot_mesh: Plot a mesh

Description Usage Arguments Examples

Description

The function plots a mesh in the .msh2 format. The function uses plot and lines functions.

Usage

1
plot_mesh(mesh, airfoil, xl = c(0, 1), yl = c(-0.2, 0.2))

Arguments

mesh

A list of elements $head, $coord and $tail.

airfoil

A data frame containing coordinates of airfoil points.

xl

A vector of limits for the x-axis.

yl

A vector of limits for the y-axis.

Examples

1

kmarchlewski/morphfoil documentation built on Oct. 8, 2020, 5:34 p.m.