Description Format Source Examples
This data recorded the number of words in each paragraph of Barack Obama's speech in Chicago after winning the presidential election.
int [1:59] 2 45 52 53 11 48 28 15 50 29 ...
The full text of speech is at http://web.archive.org/web/20160306143403/http://www.baltimoresun.com/news/nation-world/bal-text1105-story.html
1 2 | ## pattern: longer paragraph and shorter paragraph
plot(ObamaSpeech, type = "b", pch = 20, xlab = "paragraph index", ylab = "word count")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.