define.links: Define links between landmarks

View source: R/define.links.r

define.linksR Documentation

Define links between landmarks

Description

An interactive function to define which landmarks should be linked to aid visualization.

Usage

define.links(spec, ptsize = 1, links = NULL)

Arguments

spec

Name of specimen, as an object matrix containing 2D or 3D landmark coordinates

ptsize

Numeric Size to plot the landmarks

links

Optional An existing links matrix to add on to

Details

Function takes a matrix of digitized landmark coordinates (e.g. from mshape) and allows the user to define pairs of landmarks to be linked, for visualization purposes. The output is a matrix to be used by plotAllSpecimens & plotRefToTarget option 'links='.

Selection

In the plot window select two landmarks that will be linked. In the console, the user will be prompted to continue linking landmarks to build the wireframe or end the session (typing y or n respectively). For 2D data in plot window, use LEFT mouse button to select landmarks. For 3D data in rgl window, use RIGHT mouse button (or command+LEFT for mac) to select landmarks.

Value

Function returns a matrix of which landmarks will be links to be used by plotAllSpecimens & plotRefToTarget option 'links='.

Author(s)

Emma Sherratt

See Also

plotAllSpecimens

plotRefToTarget

rgl-package (used in 3D plotting)


EmSherratt/geomorph documentation built on June 24, 2022, 11:05 p.m.