plot_estimated_dose_curve {biodosetools} | R 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 |
fit_coeffs |
Fitting coefficients matrix. |
fit_var_cov_mat |
Fitting variance-covariance matrix. |
protracted_g_value |
Protracted |
conf_int_curve |
Confidence interval of the curve. |
aberr_name |
Name of the aberration to use in the y-axis. |
Value
ggplot2
object.
[Package biodosetools version 3.6.1 Index]