powered by
Plot a histogram with the number of words excluding stop words using hist function.
hist
getSummaryStatsHISTO( wordF, getPlot = TRUE, mwidth = 800, mheight = 800, formatType = "png", ... )
The data.frame containing word occurrences.
If TRUE, save the plot in the RESULTS directory.
TRUE
The width of the plot in pixels.
The height of the plot in pixels.
The format for the output file ("eps", "pdf", "png", "svg", "tiff", "jpeg", "bmp").
Additional arguments from hist function.
data("wordOccuDF") getSummaryStatsHISTO(wordF = wordOccuDF, getPlot = FALSE)
Run the code above in your browser using DataLab