FeatureSet
s and
ReconstructedFeatureSet
sAn FeatureSetCommon has functionality for retrieving sets of features (e.g. points or landmarks associated with an outline)
data
List of matrices describing data
cols
Vector of colours for each data set
type
String giving type of feature set
getIndex()
Get numeric index of features
FeatureSetCommon$getIndex(fid)
fid
Feature ID (string)
getIDs()
Get IDs of features
FeatureSetCommon$getIDs()
Vector of IDs of features
setID()
Set name
FeatureSetCommon$setID(i, fid)
i
Numeric index of feature
fid
Feature ID (string)
getFeature()
Get feature by feature ID
FeatureSetCommon$getFeature(fid)
fid
Feature ID string
Matrix describing feature
getFeatures()
Get all features
FeatureSetCommon$getFeatures()
getCol()
Get colour in which to plot feature ID
FeatureSetCommon$getCol(fid)
fid
Feature ID string
clone()
The objects of this class are cloneable with this method.
FeatureSetCommon$clone(deep = FALSE)
deep
Whether to make a deep clone.