Learn R Programming

cluster.datasets (version 1.0-1)

us.civil.war.battles: Hartigan (1975) Civil War Battles in Chronological Order

Description

This table contains the Union and Confederate forces and numbers shot This is Table 5.4 in Chapter 5 Hartigan (1975) on page 121.

Usage

data(us.civil.war.battles)

Arguments

Format

A data frame with 46 observations on the following 5 variables.
battle
a character vector for the battle names
union.forces
a numeric vector for the Union forces deployed
union.shot
a numeric vector for the Union soldiers shot
confederate.forces
a numeric vector for the Confederate forces deplayed
confederate.shot
a numeric vector for the Confederate soldiers shot

Source

Livermore, T L. (1957). Numbers and Losses in the Civial War, Indiana University Press, Bloomington. SPAETH2 Cluster Analysis Datasets http://people.sc.fsu.edu/~jburkardt/datasets/spaeth2/spaeth2.html

Details

The data are in chronological order.

References

Hartigan, J. A. (1975). Clustering Algorithms, John Wiley, New York.

Examples

Run this code
data(us.civil.war.battles)

Run the code above in your browser using DataLab