plot_estimated_dose_curve: Plot dose estimation curve

View source: R/utils_estimation.R

plot_estimated_dose_curveR Documentation

Plot dose estimation curve

Description

Plot dose estimation curve

Usage

plot_estimated_dose_curve(
  est_doses,
  fit_coeffs,
  fit_var_cov_mat,
  protracted_g_value = 1,
  conf_int_curve,
  aberr_name
)

Arguments

est_doses

List of dose estimations results from estimate_*() family of functions.

fit_coeffs

Fitting coefficients matrix.

fit_var_cov_mat

Fitting variance-covariance matrix.

protracted_g_value

Protracted G(x) value.

conf_int_curve

Confidence interval of the curve.

aberr_name

Name of the aberration to use in the y-axis.

Value

ggplot2 object.


biodosimetry-uab/biodosetools documentation built on Jan. 26, 2024, 5:36 p.m.