FeatureSet to represent pointsA LandmarkSet contains information about points
located on Outlines. Each LandmarkSet contains a
list of matrices, each of which has columns labelled X
and Y describing the cartesian coordinates (in the
unscaled coordinate frame) of points in landmarks on the
Outline.
retistruct::FeatureSetCommon -> retistruct::FeatureSet -> LandmarkSet
new()Constructor
LandmarkSet$new(data = NULL, cols = NULL)
dataList of matrices describing data. Each matrix
should have columns named X and Y
colsNamed vector of colours for each data set. The name is
used as the ID (label) for the data set. The colours should be names
present in the output of the colors function
reconstruct()Map the LandmarkSet to a ReconstructedOutline
LandmarkSet$reconstruct(ro)
roclone()The objects of this class are cloneable with this method.
LandmarkSet$clone(deep = FALSE)
deepWhether to make a deep clone.