Learn R Programming

ScrabbleScore (version 1.0)

impossible.points: Calculates total of impossible points

Description

Calculates the number of point in access of the maximum possible amount due to the limitations of the the letter distribution.

Usage

impossible.points(cl)

Arguments

cl
Word broken down into a list of characters (or a vector of words broken down this way)

Value

Returns a vector of values for the total number of impossible points in each list of characters

Examples

Run this code
  impossible.points(strsplit("zzzz",""))

Run the code above in your browser using DataLab