marxan_betas {proxirr} | R Documentation |
Marxan: Beta irreplaceabilities
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
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 |
Value
A data.frame
Author(s)
Daniele Baisero, daniele.baisero@gmail.com
Examples
## Not run:
marxan_betas('/data/marxan/analysis01/input.dat')
marxan_betas('C:\data\marxan\analysis01\input.dat')
## End(Not run)
[Package proxirr version 0.4 Index]