help(package='shotGroups')
for a list of all functions.
If you do not yet have data imported into R:
readDataOT1
(for OnTarget PC v1.10), or withreadDataOT2
(for OnTarget PC v2.10 and OnTarget TDS v3.71)readDataMisc
read.table
combineData
Group
(afactor
),Distance
,Aim.X
andAim.Y
defining point of aim,Point.X
, andPoint.Y
defining the bullet holesanalyzeGroup
compareGroups
. This function requires an additional factorSeries
that identifies shot groups. OnTarget PC/TDS'Group
variable identifies groups just within one file,Series
is intended to number groups also across different original files. If you only have one original file, you can just copy variableGroups
toSeries
in your data frame.groupShape
groupLocation
groupSpread
library(shotGroups)
example(groupShape)
example(groupLocation)
example(groupSpread)
example(analyzeGroup)
example(compareGroups)
Run the code above in your browser using DataLab