us.civil.war.battles {cluster.datasets} | R Documentation |
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)
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
Details
The data are in chronological order.
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
References
Hartigan, J. A. (1975). Clustering Algorithms, John Wiley, New York.
Examples
data(us.civil.war.battles)
[Package cluster.datasets version 1.0-1 Index]