alphabet: Alphabet

Usage Examples

View source: R/alphabet.R

Usage

1

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function () 
{
    letters <- c("a", "b", "c", "d", "e", "f", "g", "h", "i", 
        "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", 
        "u", "v", "w", "x", "y", "z")
    sample(letters, 1, replace = F)
  }

dtreisman/HW5Stat321 documentation built on Nov. 20, 2019, 12:03 a.m.