Island: Island properties through time

Description Usage Format References Examples

Description

Island properties from Whittaker et al. (2008). Data captured from Supplement 1, Figure S3 of Borregaard et al. (2016).

Usage

1

Format

A data.frame with 5000 rows and 4 columns. Rows represent 5 million years of island evolution and columns measures of area, elevation and topographic complexity in arbitrary units bounded [0,1].

References

Borregaard, M. K., T. J. Matthews and R. J. Whittaker (2016). The general dynamic model: towards a unified theory of island biogeography? Global Ecology and Biogeography, 25(7), 805-816.

Whittakker, R. J., K. Triantis and R. J. Ladle (2008). A general dynamic theory of oceanic island biogeography. Journal of Biogeography, 35(6), 977–994.

Examples

1
2
3
4
5
6
data(Island)
# Reproduce Figure S3 (Borregaard et al., 2016)
plot(Area ~ Age, type = "l", lty = 3, data = Island,
     ylim = c(0, 1), xaxt = "n", yaxt = "n", ylab = "Island properties")
lines(Topography ~ Age, data = Island)
lines(Elevation ~ Age, data = Island, lty = 2)

thauffe/simGDM documentation built on Feb. 19, 2020, 5:10 p.m.