Learn R Programming

retistruct (version 0.5.12)

ReconstructedDataset: Constructor for RecontructedDataset object

Description

This function infers the coordinates of datapoints Ds and landmarks Ss in spherical coordinates.

Usage

ReconstructedDataset(r, report = message)

Arguments

r

Object that of classes reconstructedOutline and dataset.

report

Function used to report progress.

Value

ReconstructedDataset object containing the input information and the following modified and extra information:

Dsb

Datapoints in barycentric coordinates

Dsc

Datapoints on reconstructed sphere in cartesian coordinates

Dss

Datapoints on reconstructed sphere in spherical coordinates

Ssb

Landmarks in barycentric coordinates

Ssc

Landmarks on reconstructed sphere in cartesian coordinates

Sss

Landmarks on reconstructed sphere in spherical coordinates