Learn R Programming

shotGroups (version 0.1)

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

Arguments

Details

Several groups of pistol shooting 9x19mm at 27yd The measurement unit for coordinates is inch, for distance yards. This list can be used as an argument for combineData.

References

combineData, readDataMisc, readDataOT1, readDataOT2

Examples

Run this code
data(DFlistInch)
str(DFlistInch)

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

Run the code above in your browser using DataLab