DFlistCm: List containing several data frames with bullet hole data

DFlistCmR Documentation

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)

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

data(DFlistCm)
str(DFlistCm)

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

dwoll/shotGroups documentation built on Feb. 16, 2024, 2:21 p.m.