Learn R Programming

qcr (version 0.1-18)

archery1: Target archery dataset in the ranking round (used as Phase I)

Description

It consists in an stage in which the archer shoots 72 arrows in 12 ends of six arrows. The information is given in x and y coordinates.

Arguments

Format

An array of (24 x 2 x 3).
x-coordinate
x-coordinate
y-coordinate
y-coordinate

Examples

Run this code
data(archery1)
str(archery1) ; plot(archery1)

Run the code above in your browser using DataLab