Learn R Programming

metricTester (version 1.2.2)

reduceResults: Reduce results from multiLinker into a manageable format

Description

Calling multiLinker creates .RDS files, one per iteration. This function will combine these results into a more manageable format.

Usage

reduceResults(results.list, concat.by)

Arguments

results.list
The results of a call to readIn()
concat.by
Whether randomizations were concatenated by richness, plot or both

Value

A list of data frames.

Details

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.

References

Miller, E. T., D. R. Farine, and C. H. Trisos. 2015. Phylogenetic community structure metrics and null models: a review with new methods and software. bioRxiv 025726.

Examples

Run this code
#not run
#results <- readIn()
#summ <- reduceResults(results, "both")

Run the code above in your browser using DataLab