calculate_representation_error: Calculate a set of diagnostics for a specific assumption...

Description Usage Arguments

View source: R/functions_for_uncertainty_analysis.R

Description

Calculate a set of diagnostics for a specific assumption regarding reponses uncertanity.

Usage

1
2
3
4
calculate_representation_error(x, b, c, parms, cons_features,
  site_threat_array_cat, all_run_results, action_cost_list,
  responses_to_actions_EXP, required_actions, site_species_array,
  output_by_species)

Arguments

b

a list of species-action benefits calculated assuming that the true species responses corresponds to the experts' best guesses, the lower bounds and the upper bounds.

c

a character vector of name tags.

site_threat_array_cat

a matrix of the category of magnitute for each threat in each site.

all_run_results

a list of solution objects.

responses_to_actions_EXP

a list of matrices with the benefit of selecting each level of effort. Each matrix stores the benefit of implementing each level of effort (rows) for different threat category at the site (columns) for each site-action combination (list slot). The list has lenght equals to the combination of site and actions. Response values are calculated assuming that the true species responses corresponds to the experts' best guesses.

required_actions

a list of the total number of threats (rows) affecting each species (columns) at each site (list slot).

site_species_array

a matrix of the area of occupancy of each feature (columns) in each site (rows).

output_by_species

a logical indicating wheather a table for each species is saved.

a

solution object. A list.


LorenzoCattarino/priorityeffort documentation built on May 28, 2019, 3:58 p.m.