A ReconstructedPointSet contains information about
features located on ReconstructedOutline
s. Each
ReconstructedPointSet 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.
retistruct::FeatureSetCommon
-> retistruct::ReconstructedFeatureSet
-> ReconstructedPointSet
KDE
Kernel density estimate, computed using
compute.kernel.estimate
in getKDE
getMean()
Get Karcher mean of datapoints in spherical coordinates
ReconstructedPointSet$getMean()
Karcher mean of datapoints in spherical coordinates
getHullarea()
Get area of convex hull around data points on sphere
ReconstructedPointSet$getHullarea()
Area in degrees squared
getKDE()
Get kernel density estimate of data points
ReconstructedPointSet$getKDE()
clone()
The objects of this class are cloneable with this method.
ReconstructedPointSet$clone(deep = FALSE)
deep
Whether to make a deep clone.