powered by
Coordinates for a wiggly line transect used as an example in Kéry & Royle (2021) chapter 11.9.
data("wigglyLine")
wigglyLine is a 2-column matrix of x and y coordinates.
wigglyLine
Kéry, M. & Royle, J.A. (2021) Applied Hierarchical Modeling in Ecology AHM2 - 11.
data(wigglyLine) str(wigglyLine) plot(wigglyLine, type='l')
Run the code above in your browser using DataLab