getSummaryStatsHISTO {inpdfr} | R Documentation |
Plot an histogram with the number of words excluding stop words
Description
Plot a histogram with the number of words excluding stop words using hist
function.
Usage
getSummaryStatsHISTO(
wordF,
getPlot = TRUE,
mwidth = 800,
mheight = 800,
formatType = "png",
...
)
Arguments
wordF |
The data.frame containing word occurrences. |
getPlot |
If |
mwidth |
The width of the plot in pixels. |
mheight |
The height of the plot in pixels. |
formatType |
The format for the output file ("eps", "pdf", "png", "svg", "tiff", "jpeg", "bmp"). |
... |
Additional arguments from |
Examples
data("wordOccuDF")
getSummaryStatsHISTO(wordF = wordOccuDF, getPlot = FALSE)
[Package inpdfr version 0.1.12 Index]