marxan_run {proxirr} | R Documentation |
Marxan: Save Alpha and Beta Irreplaceabilities
Description
Saves the outputs of marxan_alphas
and marxan_betas
in the marxan output folder.
Usage
marxan_run(input, alphas = TRUE, betas = TRUE, triage = FALSE)
Arguments
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 |
Details
Two files ('_proxirr_alphas.csv', '_proxirr_betas.csv') will be created prefixed with the scenario name indicated in 'input.dat' ('SCENNAME').
Value
TRUE
Author(s)
Daniele Baisero, daniele.baisero@gmail.com
Examples
## Not run:
marxan_run('/data/marxan/analysis01/input.dat')
marxan_run('C:\data\marxan\analysis01\input.dat')
## End(Not run)
[Package proxirr version 0.4 Index]