datangkor | R Documentation |
The archaeological data come from excavations carried out at Angkor Thom (Cambodia), the capital of the Khmer Empire between the 9th and 15th centuries (Gaucher, 2004). The dataset consists of the pottery assemblages (quantities of different types of pottery sherds contained in the sets - ..$contingency) and the stratigrpahy of the sets from 3 disconnected archaeological sites (..$stratigraphy).
data("datangkor")
List of two objects with 17 observations.
(data.frame) Contingency table of the quantities of 12 types of pottery sherds in the 17 sets.
(data.frame) Saves the stratigraphic network. The first column corresponds to the nodes (sets) and the second to the edges by listing the nodes connected to it.
Gaucher, J. (2004). Angkor Thom, une utopie réalisée ? Structuration de l’espace et modèle indien d’urbanisme dans le Cambodge ancien. Arts Asiatiques, Volume 59, pp. 58-86.
library(SPARTAAS)
data(datangkor)
str(datangkor)
str(datangkor$contingency)
str(datangkor$stratigraphy)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.