markov_text | R Documentation |
The transition probability matrix is estimated from all 154 sonnets
markov_text(text_data, P = NULL, wordsPerLine = 10, numLines = 14)
text_data |
the object returned from |
P |
the probability transition matrix, if not passed will be estimated from the |
wordsPerLine |
the number of words per line |
numLines |
the number of lines |
string/character
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.