write_marxan_pu.dat_input_file | R Documentation |
Write marxan planning units input file (pu.dat) using constant values for cost and status.
write_marxan_pu.dat_input_file(PU_IDs, cost_const = 1, status_const = 0)
PU_IDs |
A vector of planning unit IDs |
cost_const |
A constant cost to be applied to all species |
status_const |
A constant status to be applied to all species |
nothing.
## Not run: PU_IDs = c(3,5,6,7,21,32) write_marxan_pu.dat_input_file (PU_IDs) PU_IDs = c(3,5,6,7,21,32) write_marxan_pu.dat_input_file (PU_IDs, 3, 0) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.