getSummaryStatsOCCUR: Plot a scatter plot with the proportion of documents using...

View source: R/inpdfr_ANA_occur.R

getSummaryStatsOCCURR 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 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").

Value

A data.frame containing the proportion of documents and the number of similar words.

Examples

## Not run: 
getSummaryStatsOCCUR(wordF = myDF)

## End(Not run)

frareb/inpdfr documentation built on Aug. 30, 2023, 5:24 a.m.