archdata (version 1.2)

BACups: Bronze Age Cups from Italy

Description

Measurements on Early and Late Bronze Age ceramic cups from Italy analyzed by Lukesh and Howe (1978).

Usage

data("BACups")

Arguments

Format

A data frame with 60 observations on the following 6 variables.

RD

Rim Diameter

ND

Neck Diameter

SD

Shoulder Diameter

H

Total Height

NH

Neck Height

Phase

Chronological Phase: Protoapennine, Subapennine

Details

These data on the dimensions of Bronze Age cups from Italy are a subset extracted from a set published by Lukesh and Howe (1978) of the specimens for which full data was available. The data were scanned from Table A4 (Appendix A) in Baxter (1994). The Protoapennine cups are Early Bronze Age while the Subapennine cups are Late Bronze Age.

Examples

Run this code
# NOT RUN {
data(BACups)
by(BACups[, -6], BACups$Phase, summary)
plot(RD~H, BACups, pch=as.numeric(Phase))
legend("topleft", levels(BACups$Phase), pch=1:2)
# }

Run the code above in your browser using DataLab