powered by
Creates links (Delaunay triangulation) between landmarks
links_delaunay(coo)
a matrix (or a list) of (x; y) coordinates
a matrix that can be passed to ldk_links, etc. The columns are the row ids of the original shape.
uses delaunayn in the geometry package.
geometry
Other ldk helpers: def_links, ldk_check, links_all
def_links
ldk_check
links_all
# NOT RUN { w <- wings[1] coo_plot(w, poly=FALSE) links <- links_delaunay(w) ldk_links(w, links) # }
Run the code above in your browser using DataLab