Skip to contents

tibble data frames of setups for 7 dominoes variants. Data frame output can usually be plotted with pmap_piece(df, default.units = "in").

Usage

domino_concentration(seed = NULL)

domino_finder(seed = NULL)

domino_runners(seed = NULL)

domino_fujisan(seed = NULL)

domino_luzon(seed = NULL)

domino_patience(seed = NULL)

domino_the_jubilee(seed = NULL)

Arguments

seed

Seed that determines setup, either an integer or NULL

Value

A tibble::tibble() data frame with the following columns:

  • "piece_side"

  • "suit"

  • "rank"

  • "cfg" (optional, defaults to "piecepack")

  • "x"

  • "y"

  • "angle" (optional, defaults to 0).

This data frame is compatible with piecepackr::render_piece() and likely ppcli::cat_piece().