Learn R Programming

shotGroups (version 0.7.1)

DFlistCm: 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 with option combine=FALSE.

Usage

data(DFlistCm)

Arguments

Details

Several groups of shooting a 9x19mm pistol at 25m. The measurement unit for coordinates is cm, for distance meters. This list can be used as an argument for combineData.

See Also

combineData, readDataMisc, readDataOT1, readDataOT2

Examples

Run this code
data(DFlistCm)
str(DFlistCm)

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

Run the code above in your browser using DataLab