## Not run: 
# library(syllable)
# 
# (x1 <- with(presidential_debates_2012, readability(dialogue, NULL)))
# 
# (x2 <- with(presidential_debates_2012, readability(dialogue, list(person, time))))
# plot(x2)
# 
# (x2b <- with(presidential_debates_2012, readability(dialogue, list(person, time),
#     order.by.readability = FALSE)))
# 
# (x3 <- with(presidential_debates_2012, readability(dialogue, TRUE)))
# ## End(Not run)
Run the code above in your browser using DataLab