Description Usage Arguments Details Value Examples
View source: R/generate_start_letters.R
Get Begriffix start letter combinations ready for passing to a simulation configuration.
1 | generate_start_letters(type = "char", n = 1)
|
type |
The source type of the generated start letters (char, pair, or human). |
n |
The number of generated combinations. |
The type parameter can take the following different values:
Take a sample of size 4 from the 30 characters used to build
german words (letters, ä, ö, ü, and ß),
weighted by relative frequencies given in DERECHAR,
and pastes them together as string.
Take the first n entries from DEREWO_Startbuchstaben.
Take n random entries from Begriffix_Startbuchstaben.
A character vector where each entry consists of four letters.
1 | generate_start_letters(type = "human", n = 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.