abernethy | R Documentation |
The classic pollen data set from Abernethy Forest in the Scottish highlands, UK. The data originate from the work of Hilary Birks and Rolf Mathewes (1978) and have been analysed in several texts on quantitative numerical palaeoecology.
The data set consists of 36 pollen taxa from 49 levels, with two
additional variables; Age
, the age of each sample, and
Depth
the depth (in cm) below the surface of the peat sequence
from which the core was taken.
data(abernethy)
abernethy
is a data frame with 49 samples on 36 species plus
sample Age and Depth (in cm).
These data were provided in electronic format by Prof. H. John B. Birks. The original source is Birks and Mathewes (1978).
Birks, H.H. and Mathewes, R.W. (1978) Studies in the vegetational history of Scotland. New Phytologist 80, 455-484.
data(abernethy)
head(abernethy)
(plt <- Stratiplot(Age ~ . - Depth,
data = chooseTaxa(abernethy, n.occ = 5, max.abun = 10),
type = "poly"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.