write_network_to_marxan_files: Write network to marxan input file

write_network_to_marxan_filesR Documentation

Write network to marxan input file

Description

Write the network as a marxan input file.

Usage

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))
)

Arguments

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

Value

numeric spf_const


langfob/bdpg documentation built on Dec. 8, 2022, 5:33 a.m.