getAllAnalysis {inpdfr} | R 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)
[Package inpdfr version 0.1.12 Index]