| write_marxan_spec.dat_input_file_from_vectors | R Documentation |
Write species input file (spec.dat) given vectors of target and spf values.
write_marxan_spec.dat_input_file_from_vectors( spp_IDs, spf_values, target_values )
spp_IDs |
A vector of species IDs |
spf_values |
A vector of species penalty factors |
target_values |
A vector of target values |
nothing.
## Not run:
spp_IDs = 1:5
spf_values = c(2,3,8,1,4)
target_values = c(20,20,10,100,5)
write_marxan_spec.dat_input_file_from_vectors (spp_IDs, spf_values, target_values)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.