Learn R Programming

retistruct (version 0.8.0)

ReconstructedLandmarkSet: Class containing functions and data to map LandmarkSets to ReconstructedOutlines

Description

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

Author

David Sterratt

Super classes

retistruct::FeatureSetCommon -> retistruct::ReconstructedFeatureSet -> ReconstructedLandmarkSet

Methods

Inherited methods


Method clone()

The objects of this class are cloneable with this method.

Usage

ReconstructedLandmarkSet$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.