FeatureSets and
ReconstructedFeatureSetsAn FeatureSetCommon has functionality for retrieving sets of features (e.g. points or landmarks associated with an outline)
dataList of matrices describing data
colsVector of colours for each data set
typeString giving type of feature set
getIndex()Get numeric index of features
FeatureSetCommon$getIndex(fid)
fidFeature ID (string)
getIDs()Get IDs of features
FeatureSetCommon$getIDs()
Vector of IDs of features
setID()Set name
FeatureSetCommon$setID(i, fid)
iNumeric index of feature
fidFeature ID (string)
getFeature()Get feature by feature ID
FeatureSetCommon$getFeature(fid)
fidFeature ID string
Matrix describing feature
getFeatures()Get all features
FeatureSetCommon$getFeatures()
getCol()Get colour in which to plot feature ID
FeatureSetCommon$getCol(fid)
fidFeature ID string
clone()The objects of this class are cloneable with this method.
FeatureSetCommon$clone(deep = FALSE)
deepWhether to make a deep clone.