Learn R Programming

metricTester (version 1.3.6)

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)

Arguments

results.list

The results of a call to readIn()

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. 2016. Phylogenetic community structure metrics and null models: a review with new methods and software. Ecography DOI: 10.1111/ecog.02070

Examples

Run this code
# NOT RUN {
#not run
#results <- readIn()
#summ <- reduceResults(results)
# }

Run the code above in your browser using DataLab