write_marxan_spec.dat_input_file_from_vectors: Write marxan spec.dat from vectors

write_marxan_spec.dat_input_file_from_vectorsR Documentation

Write marxan spec.dat from vectors

Description

Write species input file (spec.dat) given vectors of target and spf values.

Usage

write_marxan_spec.dat_input_file_from_vectors(
  spp_IDs,
  spf_values,
  target_values
)

Arguments

spp_IDs

A vector of species IDs

spf_values

A vector of species penalty factors

target_values

A vector of target values

Value

nothing.

Examples

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

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