plot_incremental_marxan_summed_solution_representations: Plot incremental marxan summed solution representations

plot_incremental_marxan_summed_solution_representationsR Documentation

Plot incremental marxan summed solution representations

Description

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.

Usage

plot_incremental_marxan_summed_solution_representations(
  marxan_ssoln_df,
  cor_PU_costs,
  optimum_cost,
  bpm,
  cor_app_prefix_string,
  num_spp,
  plot_output_dir
)

Arguments

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

Value

Returns vector subset of ranked marxan summed solution PU IDs that first covers all species' targets


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