powered by
Perform a barplot with the number of unique words per document using barplot function.
barplot
getSummaryStatsBARPLOT( wordF, getPlot = TRUE, mwidth = 480, mheight = 480, formatType = "png", ... )
The number of unique words per document.
The data.frame containing word occurrences.
If TRUE, save the bar 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 barplot function.
data("wordOccuDF") getSummaryStatsBARPLOT(wordF = wordOccuDF, getPlot = FALSE)
Run the code above in your browser using DataLab