getAllAnalysis: A quick way to compute a set of analysis from the...

View source: R/inpdfr_ALL_quickFunctions.R

getAllAnalysisR Documentation

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
)

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.

Value

A set of analyses available from the inpdfr package.

Examples

## Not run: 
data("wordOccuDF")
getAllAnalysis(dataset = wordOccuDF, wcloud = FALSE, sumStats = FALSE)

## End(Not run)

frareb/inpdfr documentation built on Aug. 30, 2023, 5:24 a.m.