poems.test | R Documentation |
This data set contains letter frequencies collected from six poems written by either William Shakespeare (1564–1616), William Blake (1757–1827), or Thomas Stearns Eliot (1888–1965). There are two poems per author in this data.
poems.test
A data frame with 6 observations (rows) and 31 variables (columns).
The first column, [,1]
Author
, is a factor and specifies the
surname of the author of the given poem. The remaining columns are all
numeric, and there is one column for each letter in the alphabet (a-z) and
four columns for special characters.
poems
# The letters
colnames(poems.test[, -1])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.