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

Description Usage Arguments Details Value References Examples

View source: R/readIn.R

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

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

Examples

1
2
#not run
#results <- readIn()

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