plot_incremental_marxan_summed_solution_representations | R Documentation |
For each step in order by Marxan summed solution PU ID: Want the fraction of all species who have met or exceeded their target when all PUs with the same number of votes or more are included in the solution.
plot_incremental_marxan_summed_solution_representations( marxan_ssoln_df, cor_PU_costs, optimum_cost, bpm, cor_app_prefix_string, num_spp, plot_output_dir )
marxan_ssoln_df |
data frame |
cor_PU_costs |
numeric vector giving correct cost of each planning unit |
optimum_cost |
numeric |
bpm |
bipartite matrix; integer matrix with one row for each species and one column for each planning unit. Each matrix entry specifies whether that species occupies that planning unit; 1 indicates the species does occupy the planning unit and 0 indicates it does not. Same as occ_matrix. |
cor_app_prefix_string |
character string |
num_spp |
integer number of species in the problem |
plot_output_dir |
character string |
Returns vector subset of ranked marxan summed solution PU IDs that first covers all species' targets
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.