getSummaryStatsOCCUR {inpdfr} | R Documentation |
Plot a scatter plot with the proportion of documents using similar words.
Description
Plot a scatter plot with the proportion of documents using similar words.
Usage
getSummaryStatsOCCUR(
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"). |
Value
A data.frame containing the proportion of documents and the number of similar words.
Examples
## Not run:
getSummaryStatsOCCUR(wordF = myDF)
## End(Not run)
[Package inpdfr version 0.1.12 Index]