doMetacomMetacom: Performs a metacomunity analysis.

View source: R/inpdfr_ANA_ECO_metacom.R

doMetacomMetacomR 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 Metacommunity.

limit

An integer to limit the number of words to use in the analysis.

getPlot

If TRUE, save the plot in the RESULTS directory.

getTextSink

If TRUE, save the console output 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").

Value

An object of class Metacommunity.

Examples

data("wordOccuDF")
doMetacomMetacom(wordF = wordOccuDF, getPlot = FALSE, getTextSink = FALSE)

inpdfr documentation built on Aug. 24, 2023, 9:09 a.m.