Learn R Programming

AHMbook (version 0.2.10)

wigglyLine: Coordinates for a wiggly line transect

Description

Coordinates for a wiggly line transect used as an example in Kéry & Royle (2021) chapter 11.9.

Usage

data("wigglyLine")

Arguments

Format

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

References

Kéry, M. & Royle, J.A. (2021) Applied Hierarchical Modeling in Ecology AHM2 - 11.

Examples

Run this code
data(wigglyLine)
str(wigglyLine)
plot(wigglyLine, type='l')

Run the code above in your browser using DataLab