get_met: Get match equity table

View source: R/functions.R

get_metR Documentation

Get match equity table

Description

Get match equity table from *.met file (used by eXtreme Gammon). Available tables are GnuBG-11-point.met, Jacobs-Trice.met, Snowie.met, Woolsey.met, Kazaross-XG2.met, and Rockwell-Kazaross.met

Usage

get_met(filename = "Kazaross-XG2.met")

Arguments

filename

name of *.met file. Defaults to "Kazaross-XG2.met"

Value

matrix

Examples

met <- get_met() # Get the default Kazaross XG2 table
met[1:5, 1:5]
met <- get_met("Woolsey.met") # Get the older Kit Woolsey table
met[1:5, 1:5]

lassehjorthmadsen/backgammon documentation built on Jan. 25, 2025, 7:24 a.m.