powered by
Creates links (all pairwise combinations) between landmarks
links_all(coo)
a matrix that can be passed to ldk_links, etc. The columns are the row ids of the original shape.
a matrix (or a list) of (x; y) coordinates
Other ldk helpers: def_links(), ldk_check(), links_delaunay()
def_links()
ldk_check()
links_delaunay()
w <- wings[1] coo_plot(w) links <- links_all(w) ldk_links(w, links)
Run the code above in your browser using DataLab