marxan_betas: Marxan: Beta irreplaceabilities

Description Usage Arguments Value Author(s) Examples

View source: R/marxan.R

Description

Given a valid Marxan input.dat file, returns a copy of the PUNAME file (pu.dat), with an additional column containing the planning unit's beta irreplaceability.

Usage

1
marxan_betas(input, triage = FALSE)

Arguments

input

string - The address of the input.dat file.

triage

logical - Should features with unachievable targets be given an irreplaceability of 0? See beta.

Value

A data.frame

Author(s)

Daniele Baisero, daniele.baisero@gmail.com

Examples

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

## End(Not run)

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