freqHist | R Documentation |
histogram of frequencies
freqHist(patterns, starts, titles.vec, freqs, histDir)
patterns |
vector of character string query patterns |
starts |
integer vector of starting positions |
titles.vec |
character vector containing the titles of the stories |
freqs |
return value of frequency() |
histDir |
character string full path name for output directory |
returns no value, but has side effect generating histogram
fh<-freqHist(patterns,starts,titles.vec,freqs,histDir=tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.