
geocurve(data, df = nrow(data)/2, n = 10, open = T, arrow = "none", col = 1, lwd = 1, size = 0.2, angle = 15, smooth = T, plot = T, ...)
geolines
, geopolygon
, ns
.
## Not run: # define curve store the result.
# curve1 <- geocurve(geolocator(type="p"),arrow="end",lwd=2)
# # use the result.
# geocurve(curve1,smooth=F,arrow="start",lwd=2,col=150)
#
# # define closed area and hatch it.
# area1 <- geocurve(geodefine(),open=F)
# geopolygon(area1,density=10,col=1)
#
# # Make closed curve with big arrow and not store the result.
# geocurve(geodefine(),open=F,arrow="end",lwd=2,size=0.5)
# ## End(Not run)
Run the code above in your browser using DataLab