Learn R Programming

MSQC (version 1.1.0)

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

Description

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

Usage

data(archery1)

Arguments

Format

An array of dimension (24 x 2 x 3).

"x-coordinate"

x coordinate

"y-coordinate"

y coordinate

Examples

Run this code
# NOT RUN {
data(archery1)
## maybe str(archery1) ; plot(archery1) ...
# }

Run the code above in your browser using DataLab