Learn R Programming

retistruct (version 0.5.9)

ReconstructedDataset: Constructor for RecontructedDataset object

Description

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

Usage

ReconstructedDataset(r, report = message)

Arguments

r
Object that of clases reconstructedOutline and dataset.
report
Function used to report progress.

Value

  • ReconstructedDataset object containing the input information and the following modified and extra information:
  • DsbDatapoints in barycentric coordinates
  • DscDatapoints on reconstructed sphere in cartesian coordinates
  • DssDatapoints on reconstructed sphere in spherical coordinates
  • SsbLandmarks in barycentric coordinates
  • SscLandmarks on reconstructed sphere in cartesian coordinates
  • SssLandmarks on reconstructed sphere in spherical coordinates