aylmer (version 1.0-9)

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

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

data(rps)

Arguments

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

  • http://en.wikipedia.org/wiki/Rock_paper_scissors

Examples

Run this code
data(rps)
allboards(rps)  # just two (of course!)

allboards(rps*3)  # four now.

Run the code above in your browser using DataLab