create_Xu_problem_from_scratch | 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( max_allowed_num_spp, dont_derive_prob_params_from_4_Xu_metaparams, parameters, integerize )
max_allowed_num_spp |
integer |
dont_derive_prob_params_from_4_Xu_metaparams |
boolean |
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_4_Xu_metaparams()
,
create_Xu_problem_from_scratch_given_params()
,
create_Xu_problem_from_scratch_not_using_4_Xu_metaparams()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.