Skip to contents

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.