View source: R/Methods-LandsepiParams.R
createSimulParams | R Documentation |
Creates a default object of class LandsepiParams.
createSimulParams(outputDir = "./")
outputDir |
ouput directory for simulation (default: current directory) |
Create a default object of class LandsepiParams used to store all
simulation parameters. It also creates a subdirectory in outputDir
using the date; this directory will contain all simulation outputs.
a LandsepiParams object initialised with the following context:
random seed
all pathogen parameters fixed at 0
no between-polygon dispersal (neither pathogen nor host)
no pathogen introduction
no resistance gene
no chemical treatment
no output to generate.
## Not run:
createSimulParams()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.