Learn R Programming

shotGroups (version 0.2-2)

DFlistTalon: List containing several data frames with bullet hole data

Description

Example list containing several data frames with bullet hole data as produced by readDataOT1, readDataOT2, or by readDataMisc.

Usage

data(DFlistTalon)

Arguments

Details

Several groups of air gun shooting at 10m. The measurement unit for coordinates is mm, for distance meters. This list can be used as an argument for combineData. Data copyright Charles McMillan and Paul McMillan, 2008. http://statshooting.com/

References

combineData, readDataMisc, readDataOT1, readDataOT2

Examples

Run this code
data(DFlistTalon)
str(DFlistTalon)

## combine list of data frames to one single data frame
DFtalon <- combineData(DFlistTalon)
str(DFtalon)

Run the code above in your browser using DataLab