| DFtalon {shotGroups} | R Documentation |
Combined bullet hole data
Description
Example of a combined data frame from several original files, each file containing one group.
Usage
data(DFtalon)
Format
A data frame with 180 observations on the following 10 variables.
point.xa numerical vector of absolute x-coordinates of bullet holes.
point.ya numerical vector of absolute y-coordinates of bullet holes.
aim.xa numerical vector of x-coordinates giving the point of aim.
aim.ya numerical vector of y-coordinates giving the of point of aim.
distancea numerical vector giving the distance to the target.
groupa factor with level
1. This is the originalGroupvariable as defined by OnTarget PC/TDS.bulleta character vector describing the bullet type.
origina factor with levels
1...9. This factor codes from which original output file the data is.orgsera factor with levels
1.1...9.1. This factor results fromdroplevels(interaction(Origin, Group)), and codes each separate group across original files. The order of the factor levels is alphabetical.seriesa factor with levels
1...9. This factor codes each separate group as defined byorgser, but more conveniently as a number that runs consecutively across original files.distance.unitMeasurement unit distance to target
point.unitMeasurement unit (x,y)-coordinates
Details
Several groups of shooting a Talon SS air rifle at 10m. The measurement unit for coordinates is mm, for distance meters.
This data frame is like those returned by readDataOT1, readDataOT2, or readDataMisc with option combine=TRUE.
Data copyright Charles McMillan and Paul McMillan, 2008.
See Also
combineData,
analyzeGroup,
compareGroups
Examples
data(DFtalon)
str(DFtalon)