randletter:

Usage Arguments Examples

View source: R/AlphaPackage.R

Usage

1
randletter(x = 1)

Arguments

x

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
##---- 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(x=1){
  sample(letters, 1)
}
randletter()
  

srickmon/AlphaPackage documentation built on May 14, 2019, 7:35 a.m.