sec_to_interp: Interpolate a section of line

Description Usage Arguments Details

Description

Interpolate a section of line

Usage

1
sec_to_interp(p1 = NULL, p2 = NULL, bd_r, loop_r = FALSE)

Arguments

p1

vector of length two giving the coordinates of the first point

p2

vector length two giving the coordinates of the second point

bd_r

matrix with two columns giving the fixed line on which to interpolate

loop_r

boolean indicating whether the points are going in a loop

Details

If only p1 is given the point is assumed to be the first in the sequence. If only p2 is given the point is assumed to be the last point in the sequence


IceCast documentation built on June 24, 2019, 9:03 a.m.