marxan_run: Marxan: Save Alpha and Beta Irreplaceabilities

Description Usage Arguments Details Value Author(s) Examples

View source: R/marxan.R

Description

Saves the outputs of marxan_alphas and marxan_betas in the marxan output folder.

Usage

1
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 alpha and beta.

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

1
2
3
4
5
## Not run: 
marxan_run('/data/marxan/analysis01/input.dat')
marxan_run('C:\data\marxan\analysis01\input.dat')

## End(Not run)

proxirr documentation built on Nov. 14, 2021, 1:07 a.m.