marxan_betas | R Documentation |
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.
marxan_betas(input, triage = FALSE)
input |
string - The address of the input.dat file. |
triage |
logical - Should features with unachievable targets be given an
irreplaceability of 0? See |
A data.frame
Daniele Baisero, daniele.baisero@gmail.com
## Not run:
marxan_betas('/data/marxan/analysis01/input.dat')
marxan_betas('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.