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"
)A MetaCommunity object (see entropart-package).
The data.frame containing word occurrences.
A vector with four logical values. If getPlot[1]==TRUE,
the MetaCommunity object is plotted and saved in the RESULTS directory.
If getPlot[2]==TRUE, the DivPart analisis is plotted and
saved in the RESULTS directory. If getPlot[3]==TRUE, the DivEst
analisis is plotted and saved in the RESULTS directory. If getPlot[4]==TRUE,
the DivProfile analisis is plotted and saved in the RESULTS directory.
A vector with four logical values. If getTextSink[1]==TRUE,
the MetaCommunity object is saved in the RESULTS directory.
If getTextSink[2]==TRUE, the DivPart analisis is saved in the
RESULTS directory. If getTextSink[3]==TRUE, the DivEst
analisis is saved in the RESULTS directory. If getTextSink[4]==TRUE,
the DivProfile analisis is saved in the RESULTS directory.
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").
if (FALSE) {
data("wordOccuDF")
doMetacomEntropart(wordF = wordOccuDF)
}
Run the code above in your browser using DataLab