View source: R/initializeTrEvo.R
initializeTrEvo | R Documentation |
Create folders within the working directory where results and outputs of TrEvol functions will be stored if "save" arguments are set to TRUE. Note that this function creates directories in your working directory and will assign their location in the objects "output.dir" and "results.dir".
initializeTrEvo(folder_name = "simulations")
folder_name |
(character) Name that will be given to the folder within which the results and outputs subfolders will be created. |
## Not run:
# Create outputs and results folders.
# Simulate example data
initializeTrEvo(folder_name = "simulations")
# Outputs directory
outputs.dir
Results directory
results.dir
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.