write_network_to_marxan_files | R Documentation |
Write the network as a marxan input file.
write_network_to_marxan_files( PU_spp_pair_indices, PU_IDs, spp_IDs, PU_col_name, spp_col_name, parameters, marxan_input_dir, marxan_output_dir, spf_const, targets = rep(1, length(spp_IDs)), costs = rep(1, length(PU_IDs)) )
PU_spp_pair_indices |
data frame |
PU_IDs |
integer vector |
spp_IDs |
integer vector |
PU_col_name |
character string |
spp_col_name |
character string |
parameters |
lilst |
marxan_input_dir |
character string |
marxan_output_dir |
character string |
spf_const |
numeric |
targets |
numeric vector |
costs |
numeric vector |
numeric spf_const
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.