fitness_contour_area | R Documentation |
Get the minimum and maximum values for the x and y axis
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_
)
.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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.