getSummaryStatsOCCUR: 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"
)
Value
A data.frame containing the proportion of documents and the number of similar words.
Arguments
- wordF
The data.frame containing word occurrences.
- getPlot
If TRUE
, save the scatter plot in the RESULTS directory.
- 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").
Examples
Run this codeif (FALSE) {
getSummaryStatsOCCUR(wordF = myDF)
}
Run the code above in your browser using DataLab