Learn R Programming

ScrabbleScore (version 1.0)

letter.dists: Scrabble letter distribution table

Description

A table specifying the exact distribution of letters in a normal game of Scrabble. Used to calculate impossible.points

Usage

data(letter.dists)

Arguments

Format

The format is: 'table' int [1:26(1d)] 9 2 2 4 12 2 3 2 9 1 ... - attr(*, "dimnames")=List of 1 ..$ : chr [1:26] "a" "b" "c" "d" ...

Source

table compiled from data found here: http://en.wikipedia.org/wiki/Scrabble_letter_distributions

Examples

Run this code
data(letter.dists)

Run the code above in your browser using DataLab