View source: R/inpdfr_ANA_ECO_entropart.R
| doMetacomEntropart | R Documentation | 
Uses the entropart-package to analyse the word-occurrence data.frame,
considering words as species and documents as communities.
doMetacomEntropart(
  wordF,
  getPlot = c(TRUE, TRUE, TRUE, TRUE),
  getTextSink = c(TRUE, TRUE, TRUE, TRUE),
  mwidth = 800,
  mheight = 800,
  formatType = "png"
)
wordF | 
 The data.frame containing word occurrences.  | 
getPlot | 
 A vector with four logical values. If   | 
getTextSink | 
 A vector with four logical values. 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").  | 
A MetaCommunity object (see entropart-package).
## Not run: 
data("wordOccuDF")
doMetacomEntropart(wordF = wordOccuDF)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.