rps {aylmer}R Documentation

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)

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

data(rps)
allboards(rps)  # just two (of course!)

allboards(rps*3)  # four now.

[Package aylmer version 1.0-3 Index]