Last data update: 2014.03.03

R: Read in the results of multiple metric/null/simulation tests
readInR Documentation

Read in the results of multiple metric/null/simulation tests

Description

This function is used to read all .RDS files from the working directory into a single list. This list is then summarized with additional functions.

Usage

readIn(working.directory)

Arguments

working.directory

Optional character string specifying the working directory. If missing, the current working directory will be used.

Details

This function reads all .RDS files from the working directory (or another specified directory) into a single list.

Value

A list of simulation results. Each element in the list consists of a single output from multiLinker().

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

#not run
#results <- readIn()

Results