Learn R Programming

metricTester (version 1.3.6)

readIn: 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.

Value

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

Details

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

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()
# }

Run the code above in your browser using DataLab