powered by
This is a simple wrapper around spLines that makes the creation of SpatialLines objects easy and intuitive
spLines
SpatialLines
points2line(p)
A SpatialPoints obect or matrix representing the coordinates of points.
# NOT RUN { p = matrix(1:4, ncol = 2) l = points2line(p) plot(l) l = points2line(cents) plot(l) p = line2points(routes_fast) l = points2line(p) plot(l) # }
Run the code above in your browser using DataLab