ReconstructedFeatureSet: Class containing functions and data to map FeatureSets to...

Description Super class Methods Author(s)

Description

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

Super class

retistruct::FeatureSetCommon -> ReconstructedFeatureSet

Methods

Public methods

Inherited methods

Method new()

Constructor

Usage
ReconstructedFeatureSet$new(fs = NULL, ro = NULL)
Arguments
fs

FeatureSet to reconstruct

ro

ReconstructedOutline to which feature set should be mapped


Method clone()

The objects of this class are cloneable with this method.

Usage
ReconstructedFeatureSet$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

David Sterratt


retistruct documentation built on April 4, 2020, 5:08 p.m.