powered by
Break a line at specified indices into a list
GEOmap.breakline(Z, ww)
list x of strokes
list y of strokes
list of x,y location values
index vector of break locations
Jonathan M. Lees<jonathan.lees@unc.edu>
Y=list() Y$x=c(170,175,184,191,194,190,177,166,162,164) Y$y=c(-54,-60,-60,-50,-26,8,34,37,10,-15) GEOmap.breakline(Y, 5)
Run the code above in your browser using DataLab