create_Xu_problem_from_scratch_given_4_Xu_metaparams: Generate a Xu problem from scratch

create_Xu_problem_from_scratch_given_4_Xu_metaparamsR Documentation

Generate a Xu problem from scratch

Description

Generate a Xu biodiversity problem based on 4 input control parameters rather than reading it from a file.

Usage

create_Xu_problem_from_scratch_given_4_Xu_metaparams(
  max_allowed_num_spp,
  duplicate_links_allowed,
  parameters,
  integerize
)

Arguments

max_allowed_num_spp

integer

duplicate_links_allowed

boolean (defaults to FALSE)

parameters

parameters list for the run, usually derived from project.yaml and can have a varying number and set of elements depending on the run

integerize

function to use in converting floats to ints

Value

Returns a PU_spp_pair_info_class object

See Also

Other interfaces to creation of Xu problems: create_Xu_problem_from_scratch_given_params(), create_Xu_problem_from_scratch_not_using_4_Xu_metaparams(), create_Xu_problem_from_scratch()


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