getCoords: Get or create a 3D array of coordinates

Description Usage Arguments Value Examples

Description

getCoords returns a 3D array of aligned coordinates from an existing 3D array or a data object with coordinates or landmarks already specified.

Usage

1

Arguments

data

Data structure to check, could be from:

  • Data structure from geomorph or created by readTem()

  • Data structure with a 3D array named coords

  • Data structure with a 3D array named aligned$coords

  • 3D array of coordinate values

Value

A 3D array of coordinate values

Examples

1
faces$coords <- getCoords(faces)

debruine/frlgmm documentation built on May 15, 2019, 1:55 a.m.