powered by
A quick way to compute a set of analysis from the word-occurrence data.frame.
getAllAnalysis( dataset, wcloud = TRUE, sumStats = TRUE, freqW = TRUE, clust = TRUE, metacom = TRUE )
A set of analyses available from the inpdfr package.
inpdfr
A single word-occurrrence data.frame.
A logical to for word cloud analysis.
A logical to for summary statistics analysis.
A logical to for word frequency analysis.
A logical to for cluster analysis.
A logical to for metacommunity analysis.
if (FALSE) { data("wordOccuDF") getAllAnalysis(dataset = wordOccuDF, wcloud = FALSE, sumStats = FALSE) }
Run the code above in your browser using DataLab