get_met | R Documentation |
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
get_met(filename = "Kazaross-XG2.met")
filename |
name of *.met file. Defaults to "Kazaross-XG2.met" |
matrix
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]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.