Learn R Programming

s2 (version 0.4-2)

S2Polyline_dist: Distance from points to line on sphere

Description

Distance from points to line on sphere.

Usage

S2Polyline_dist(line, x)

Arguments

line

Line represented by a sequence of vertices given as a single three-column matrices with one line per vertex.

x

Points represented by three-column matrices.