powered by
Builds a mesh from a design aor set of points
mesh(intervals, mesh.type = "seq", mesh.sizes = 11)
delaunay mesh (list(p,tri,...) from geometry)
bounds to inverse in, each column contains min and max (or values) of each dimension
function or "unif" or "seq" (default) or "LHS" to preform interval partition
number of parts for mesh (duplicate for each dimension if using "seq")
mesh = mesh(intervals=matrix(c(0,1,0,1),ncol=2),mesh.type="unif",mesh.sizes=10) plot2d_mesh(mesh)
Run the code above in your browser using DataLab