Description Usage Arguments Value Examples
Random Letter Generator
1 | randomLetter(n, letter_probs = rep(1/26, 26), wreplacement = TRUE)
|
n |
number of desired random letters |
letter_probs |
a vector of probabilities for each of the 26 letters (optional) |
wreplacement |
if you want multiple letters, logical TRUE/FALSE for sampling with replacement |
a random letter based on probabilities
1 2 | randomLetter(1) #selecct 1 random letter
randomLetter(2) #select 2 random letters
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.