mesh: Builds a mesh from a design aor set of points

View source: R/mesh_set.R

meshR Documentation

Builds a mesh from a design aor set of points

Description

Builds a mesh from a design aor set of points

Usage

mesh(intervals, mesh.type = "seq", mesh.sizes = 11)

Arguments

intervals

bounds to inverse in, each column contains min and max of each dimension

mesh.type

function or "unif" or "seq" (default) or "LHS" to preform interval partition

mesh.sizes

number of parts for mesh (duplicate for each dimension if using "seq")

Value

delaunay mesh (list(p,tri,...) from geometry)

Examples

mesh = mesh(intervals=matrix(c(0,1,0,1),ncol=2),mesh.type="unif",mesh.sizes=10)
plot2d_mesh(mesh)

IRSN/DiceView documentation built on Jan. 31, 2024, 10:09 a.m.