powered by
(...)
fmesher_rcdt( options, loc, tv = NULL, boundary = NULL, interior = NULL, boundary_grp = NULL, interior_grp = NULL )
A list of information objects for a generated triangulation
list of triangulation options
numeric matrix; initial points to include
3-column integer matrix with 0-based vertex indices for each triangle
2-column integer matrix with 0-based vertex indices for each boundary edge constraint
2-column integer matrix with 0-based vertex indices for each interior edge constraint
integer vector with group labels
m <- fmesher_rcdt(list(cet_margin = 1), matrix(0, 1, 2))
Run the code above in your browser using DataLab