Description Usage Arguments Details Value References Examples
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.
1 | readIn(working.directory)
|
working.directory |
Optional character string specifying the working directory. If missing, the current working directory will be used. |
This function reads all .RDS files from the working directory (or another specified directory) into a single list.
A list of simulation results. Each element in the list consists of a single output from multiLinker().
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
1 2 | #not run
#results <- readIn()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.