A ReconstructedFeatureSet contains information about
features located on ReconstructedOutline
s. Each
ReconstructedFeatureSet contains a list of matrices, each of
which has columns labelled phi
(latitude) and
lambda
(longitude) describing the spherical coordinates
of points on the ReconstructedOutline. Derived classes, e.g. a
ReconstructedCountSet
, may have extra columns.
Each matrix in the list has an associated label and colour,
which is used by plotting functions.
retistruct::FeatureSetCommon
-> ReconstructedFeatureSet
new()
Constructor
ReconstructedFeatureSet$new(fs = NULL, ro = NULL)
fs
FeatureSet
to reconstruct
ro
ReconstructedOutline
to which feature
set should be mapped
clone()
The objects of this class are cloneable with this method.
ReconstructedFeatureSet$clone(deep = FALSE)
deep
Whether to make a deep clone.