create_allowable_size_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_allowable_size_Xu_problem_from_scratch( max_allowed_num_spp, parameters, integerize, default_num_prob_size_tries_allowed = 20 )
max_allowed_num_spp |
integer maximum number of species allowed in the problem (to keep from generating problems that are too large when trying to keep the run-time down) |
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 |
default_num_prob_size_tries_allowed |
integer number of retries of problem creation to try to find one no larger than a given number of species |
Returns a PU_spp_pair_info_class object or quits if number of allowed retries is exceeded
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.