fritty: Forged Data for Metapopulation Analysis

Description Usage Format References Examples

Description

Data are fictitious. They were generated using metacycle. However, the patch network is made to resemble the example in Hanski et al. (1994).

Usage

1

Format

A data frame with 50 observations on the following 5 variables.

x.crd, y.crd

Coordinates of the patches (locations)

A

Areas of patches

p

Occupancy (0 or 1) in the patches.

p2

Occupancy in the same patches next year.

References

Hanski, I., Kuussaari, M. & Nieminen, M. 1994. Metapopulation structure and migration in butterfly Melitaea cinxia. Ecology 75: 747–762.

Examples

1
2
3
4
5
6
7
data(fritty)
str(fritty)
## Plot
with(fritty,
plot(x.crd, y.crd, asp = 1, xlab = "", ylab = "",
cex = sqrt(A *+ 5), pch = 21, col = p + 1, bg = 5 * p)
)

metapop documentation built on May 2, 2019, 6:50 p.m.

Related to fritty in metapop...