write_marxan_spec.dat_input_file | R Documentation |
Write species input file (spec.dat) using constant values for species penalties and targets.
write_marxan_spec.dat_input_file(spp_IDs, spf_const = 1, target_const = 1)
spp_IDs |
A vector of species IDs |
spf_const |
A constant species penalty factor to be applied to all species |
target_const |
A constant target representation level to be applied to all species |
nothing.
## Not run: spp_IDs = 1:10 write_marxan_spec.dat_input_file (spp_IDs) #' spp_IDs = 1:10 write_marxan_spec.dat_input_file (spp_IDs, 10, 1) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.