getSummaryStatsHISTO: Plot an histogram with the number of words excluding stop...

View source: R/inpdfr_ANA_hist.R

getSummaryStatsHISTOR 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 TRUE, save the 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").

...

Additional arguments from hist function.

Examples

data("wordOccuDF")
getSummaryStatsHISTO(wordF = wordOccuDF, getPlot = FALSE)

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