reduceResults: Reduce results from multiLinker into a manageable format

Description Usage Arguments Details Value References Examples

View source: R/reduceResults.R

Description

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

Usage

1
reduceResults(results.list)

Arguments

results.list

The results of a call to readIn()

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.

Value

A list of data frames.

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

1
2
3
#not run
#results <- readIn()
#summ <- reduceResults(results)

metricTester documentation built on Dec. 16, 2019, 1:20 a.m.