coo.unclose
tests if coo
is closed, then simply removes the last coordinate.coo.unclose(coo)
list
or a matrix
of coordinates.(x; y)
coordinates.data(gorf.dat)
coo <- gorf.dat[,,1]
is.closed(coo)
coo.c <- coo.close(coo)
is.closed(coo.c)
coo.cu <- coo.unclose(coo)
is.closed(coo.cu)
Run the code above in your browser using DataLab