Learn R Programming

SPARTAAS (version 1.2.4)

datacerardat: Data set of archaeology.

Description

Data sets on Tours pottery. Contains three objects: - Pottery sherd contingency table (data.frame 280 sets and 391 technical groups) - The date (if known) of the sets (vector) - Column index for supplementary sets (vector)

Usage

data("datacerardat")

Arguments

Format

A list with 3 objects.

df

Ceramic contingency table. a integer data.frame

date

The date (if known) of the sets. a numeric or NA vector

col.sup

Column index for supplementary sets. a numeric vector

Examples

Run this code
data(datacerardat)
datacerardat
## maybe str(datacerardat);

Run the code above in your browser using DataLab