Learn R Programming

retistruct (version 0.6.3)

ReconstructedPointSet: Class containing functions and data to map PointSets to ReconstructedOutlines

Description

A ReconstructedPointSet contains information about features located on ReconstructedOutlines. 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.

Arguments

Super classes

retistruct::FeatureSetCommon -> retistruct::ReconstructedFeatureSet -> ReconstructedPointSet

Public fields

KDE

Kernel density estimate, computed using compute.kernel.estimate in getKDE

Methods

Public methods

Method getMean()

Get Karcher mean of datapoints in spherical coordinates

Usage

ReconstructedPointSet$getMean()

Returns

Karcher mean of datapoints in spherical coordinates

Method getHullarea()

Get area of convex hull around data points on sphere

Usage

ReconstructedPointSet$getHullarea()

Returns

Area in degrees squared

Method getKDE()

Get kernel density estimate of data points

Usage

ReconstructedPointSet$getKDE()

Returns

See compute.kernel.estimate

Method clone()

The objects of this class are cloneable with this method.

Usage

ReconstructedPointSet$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.