rps: A matrix showing who wins in rock-paper-scissors (RPS)

Description Usage Details References Examples

Description

A matrix showing the outcome of RPS. Each row shows the winner of a single round of RPS between the non-NA choices.

Usage

1

Details

The venerable game of rock-paper-scissors is the archetypal intransitive relationship. Rock beats (smashes) scissors; scissors beat (cut) paper; paper beats (wraps up) rock.

References

Examples

1
2
3
4
data(rps)
allboards(rps)  # just two (of course!)

allboards(rps*3)  # four now.

aylmer documentation built on May 29, 2017, 1:12 p.m.