fitness_contour_area: Get the minimum and maximum values for the x and y axis

fitness_contour_areaR Documentation

Get the minimum and maximum values for the x and y axis

Description

Get the minimum and maximum values for the x and y axis

Usage

fitness_contour_area(
  .l_params_,
  .zoom_,
  .zoom_calib_res_,
  .param_x,
  .param_y,
  .x_axis_lb_,
  .x_axis_ub_,
  .y_axis_lb_,
  .y_axis_ub_
)

Arguments

.l_params_

List containing information about calibration parameters, including parameters' names, distributions, and boundaries.

.zoom_

Logical (default TRUE) for whether to zoom in to the identified sets (best fitting sets, extrema, and posterior distributions centres).

.zoom_calib_res_

Dataset/tibble containing all relevant points but sampled prior values or initial guesses.

.param_x

String identifying the parameter plotted in the x-axis.

.param_y

String identifying the parameter plotted in the y-axis.

.x_axis_lb_

Numeric (double) value specifying the lower bound of x-axis.

.x_axis_ub_

Numeric (double) value specifying the upper bound of x-axis.

.y_axis_lb_

Numeric (double) value specifying the lower bound of y-axis.

.y_axis_ub_

Numeric (double) value specifying the upper bound of y-axis.


W-Mohammed/calibrater documentation built on Oct. 14, 2023, 1:57 a.m.