Learn R Programming

s2 (version 0.4-2)

S2Point_interpolate: Interpolation of points on unit sphere

Description

Given a sequence of points on the unit sphere add interpolating points so consecutive points are within distance `eps` of each other.

Usage

S2Point_interpolate(x, eps)

Arguments

x

Matrix with three columns representing the points.

eps

Strictly positive real number. Values greater than or equal to pi correspond to no interpolation.