marxan_run | R Documentation |
Saves the outputs of marxan_alphas
and marxan_betas
in the marxan output folder.
marxan_run(input, alphas = TRUE, betas = TRUE, triage = FALSE)
input |
string - The address of the input.dat file. |
alphas |
logical - Should the Alpha Irreplaceability output be saved? |
betas |
logical - Should the Beta Irreplaceability output be saved? |
triage |
logical - Should features with unachievable targets be given an
irreplaceability of 0? See |
Two files ('_proxirr_alphas.csv', '_proxirr_betas.csv') will be created prefixed with the scenario name indicated in 'input.dat' ('SCENNAME').
TRUE
Daniele Baisero, daniele.baisero@gmail.com
## Not run:
marxan_run('/data/marxan/analysis01/input.dat')
marxan_run('C:\data\marxan\analysis01\input.dat')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.