Learn R Programming

AHMbook (version 0.2.5)

wigglyLine: Coordinates for a wiggly line transect

Description

Coordinates for a wiggly line transect used as an example in K<U+00E9>ry & Royle (2021) chapter 11.9.

Usage

data("wigglyLine")

Arguments

Format

wigglyLine is a 2-column matrix of x and y coordinates.

References

K<U+00E9>ry, M. & Royle, J.A. (2021) Applied Hierarchical Modeling in Ecology AHM2 - 11.

Examples

Run this code
# NOT RUN {
data(wigglyLine)
str(wigglyLine)
plot(wigglyLine, type='l')
# }

Run the code above in your browser using DataLab