create_Xu_problem_from_scratch_given_4_Xu_metaparams | R Documentation |
Generate a Xu biodiversity problem based on 4 input control parameters rather than reading it from a file.
create_Xu_problem_from_scratch_given_4_Xu_metaparams( max_allowed_num_spp, duplicate_links_allowed, parameters, integerize )
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 |
Returns a PU_spp_pair_info_class object
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.