Learn R Programming

inpdfr (version 0.1.12)

getAllAnalysis: A quick way to compute a set of analysis from the word-occurrence data.frame.

Description

A quick way to compute a set of analysis from the word-occurrence data.frame.

Usage

getAllAnalysis(
  dataset,
  wcloud = TRUE,
  sumStats = TRUE,
  freqW = TRUE,
  clust = TRUE,
  metacom = TRUE
)

Value

A set of analyses available from the inpdfr package.

Arguments

dataset

A single word-occurrrence data.frame.

wcloud

A logical to for word cloud analysis.

sumStats

A logical to for summary statistics analysis.

freqW

A logical to for word frequency analysis.

clust

A logical to for cluster analysis.

metacom

A logical to for metacommunity analysis.

Examples

Run this code
if (FALSE) {
data("wordOccuDF")
getAllAnalysis(dataset = wordOccuDF, wcloud = FALSE, sumStats = FALSE)
}

Run the code above in your browser using DataLab