Learn R Programming

folio (version 1.5.0)

munsingen: Münsingen Cemetery

Description

A dataset of data set of artifact presence/absence for the Celtic Münsingen-Rain cemetery (Switzerland).

Usage

munsingen

Arguments

Format

A data.frame with 59 observations (graves) and 70 variables (artefact types).

References

Hodson, F. R. (1968). The La Tene Cemetery at Münsingen-Rain. Stämpfli, Bern.

Kendall, D. G. (1971). Seriation from abundance matrices. In Hodson, F. R., Kendall, D. G. and Tautu, P. (eds), Mathematics in the Archaeological and Historical Sciences. Edinburgh University Press, Edinburgh, 215-232.

See Also

Other artefact data: shipwrecks

Examples

Run this code
heatmap(
  x = as.matrix(munsingen),
  Rowv = NA,
  Colv = NA,
  scale = "none",
  col = c("white", "black")
)

Run the code above in your browser using DataLab