View source: R/MGDrivE-Auxiliary.R
retrieveOutput | R Documentation |
Read in output from directory. The resulting object will be a nested list; outermost nesting dimension indexes runID, within runID elements are split by sex and innermost nesting is over patches.
retrieveOutput(readDir, verbose = TRUE)
readDir |
Directory where output was written to; must not end in path separator |
verbose |
Chatty? Default is TRUE |
Nested List
## Not run:
# Example assumes user has run and analyzed MGDrivE.
# See vignette for examples of how to do that.
# set read directory
fPath <- "path/to/split/aggregated/output"
# read in data as nested lists
dataList <- retrieveOutput(readDir = fPath)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.