Learn R Programming

shotGroups (version 0.6.1)

targets: List containing definitions of several circular target types from the shooting federations ISSF, NRA, DSB, BDS, BDMP, DSU

Description

List containing definitions of several circular german (DSB, BDS, BDMP, DSU), ISSF, and NRA target types.

Usage

data(targets)

Arguments

Details

Each target is defined by (at least) the following parameters
  • name: target name
  • unitTarget: measurement unit for ring diameters and radii
  • nRings: number of rings
  • maxCount: highest ring count for scoring
  • ringD10: diameter of ring number 10 (highest-valued ring)
  • ringD10i: diameter of sub-division of ring number 10 (Innenzehn). If target has no sub-division, equal toringD10
  • ringW: width of the remaining rings number 9, 8, 7, ...
  • cols:nRings+1 colors of the rings - right half of the target, starting with the sub-division of ring number 10 and going outwards
  • colsTxt:nRings-1 colors of the ring numbers, starting with ring number 9 and going outwards
A target may have more parameters, e.g., draw to indicate the drawing function that should be used, or countMouche if the inner 10 (mouche) should be counted extra in scoring.

See Also

drawTarget, drawGroup

Examples

Run this code
data(targets)
names(targets)

targets$ISSF_25mPP

Run the code above in your browser using DataLab