writeParams | R Documentation |
Write Marxan Input Parameter File (input.dat) to disk
writeParams(inputdat, file = "input.dat")
inputdat |
a 'marxanParams' class object to be written to disk. A 'marxanParams' class object can be generated using 'newParams()' |
file |
a character string naming the file |
## Not run:
inputdat <- newParams(BLM = 1000)
writeParams(inputdat,"input.dat")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.