powered by
Plot a scatter plot with the proportion of documents using similar words.
getSummaryStatsOCCUR(wordF, getPlot = TRUE, mwidth = 800, mheight = 800, formatType = "png")
The data.frame containing word occurrences.
If TRUE, save the scatter 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").
A data.frame containing the proportion of documents and the number of similar words.
# NOT RUN { getSummaryStatsOCCUR(wordF = myDF) # }
Run the code above in your browser using DataLab