View source: R/generate_sequence.R
generate_single_unigram | R Documentation |
Assign randomly generated properties to a single unigram.
generate_single_unigram(unigram_ranges)
unigram_ranges |
list of ranges containing respective properties. If named, names are preserved. |
generate_single_unigram
is a helper function for
generate_unigrams
.
generate_single_unigram(list(P1 = c(0, 0.5),
P2 = c(0.2, 0.4),
P3 = c(0.5, 1),
P4 = c(0, 0)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.