powered by
The function evenly spaces the number of points that are on one line, pred_l, on a different line, obs_l
pred_l
obs_l
int_line(pred_l, obs_l, plotting = FALSE)
predicted line (n1 x 2 matrix of coordinates)
predicted line (n2 x 2 matrix of coordinates)
boolean indicating whether maps should be plotted
n x 2 matrix of evenly-spaced coordinates
# NOT RUN { line_space <- int_line(predLEx, obsLEx, plotting = TRUE) # }
Run the code above in your browser using DataLab