Learn R Programming

shotGroups (version 0.2-2)

DFlistSavage: 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(DFlistSavage)

Arguments

Details

Several groups of rifle shooting at distances from 100m to 300m. The measurement unit for coordinates is mm, for distance meters. Shots 1-5 in file4, and shots 1-3 in file7 moved the scope. 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(DFlistSavage)
str(DFlistSavage)

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

Run the code above in your browser using DataLab