int_line: Space points along a line

Description Usage Arguments Value Examples

Description

The function evenly spaces the number of points that are on one line, pred_l, on a different line, obs_l

Usage

1
int_line(pred_l, obs_l, plotting = FALSE)

Arguments

pred_l

predicted line (n1 x 2 matrix of coordinates)

obs_l

predicted line (n2 x 2 matrix of coordinates)

plotting

boolean indicating whether maps should be plotted

Value

n x 2 matrix of evenly-spaced coordinates

Examples

1
line_space <- int_line(predLEx, obsLEx, plotting = TRUE)

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