Description Usage Arguments Details Value References Examples
View source: R/reduceResults.R
Calling multiLinker creates .RDS files, one per iteration. This function will combine these results into a more manageable format.
1 | reduceResults(results.list)
|
results.list |
The results of a call to readIn() |
Given a list of results readIn() from multiLinker, this function will reduce those results into a manageable format like that expected for calls to plotOverall and sesOverall.
A list of data frames.
Miller, E. T., D. R. Farine, and C. H. Trisos. 2016. Phylogenetic community structure metrics and null models: a review with new methods and software. Ecography DOI: 10.1111/ecog.02070
1 2 3 | #not run
#results <- readIn()
#summ <- reduceResults(results)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.