Skip to contents

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

Format

An array of (24 x 2 x 3).

x-coordinate

x-coordinate

y-coordinate

y-coordinate

Examples


data(archery1)
str(archery1) ; plot(archery1)
#>  num [1:24, 1:2, 1:3] 24.14 28.55 3.97 28.57 -3.43 ...
#>  - attr(*, "dimnames")=List of 3
#>   ..$ : NULL
#>   ..$ : chr [1:2] "x-coordinate" "y-coordinate"
#>   ..$ : NULL
#>  - attr(*, "names")= chr [1:144] "x-coordinate" "y-coordinate" NA NA ...