View source: R/inpdfr_ANA_barplot.R
| getSummaryStatsBARPLOT | R Documentation | 
Perform a barplot with the number of unique words per document using barplot function.
getSummaryStatsBARPLOT(
  wordF,
  getPlot = TRUE,
  mwidth = 480,
  mheight = 480,
  formatType = "png",
  ...
)
| 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"). | 
| ... | Additional arguments from  | 
The number of unique words per document.
data("wordOccuDF")
getSummaryStatsBARPLOT(wordF = wordOccuDF, getPlot = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.