doMetacomMetacom {inpdfr} | R Documentation |
Performs a metacomunity analysis.
Description
Use the package Metacommunity
to analyse the word-occurrence data.frame,
considering words as species and documents as communities.
Usage
doMetacomMetacom(
wordF,
numSim = 10,
limit = "Inf",
getPlot = TRUE,
getTextSink = TRUE,
mwidth = 800,
mheight = 800,
formatType = "png"
)
Arguments
wordF |
The data.frame containing word occurrences. |
numSim |
Number of simulated null matrices, see |
limit |
An integer to limit the number of words to use in the analysis. |
getPlot |
If |
getTextSink |
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"). |
Value
An object of class Metacommunity
.
Examples
data("wordOccuDF")
doMetacomMetacom(wordF = wordOccuDF, getPlot = FALSE, getTextSink = FALSE)
[Package inpdfr version 0.1.12 Index]