Learn R Programming

retistruct (version 0.6.3)

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

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.

Arguments

Super class

retistruct::FeatureSetCommon -> ReconstructedFeatureSet

Methods

Public 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.