Plotting Function for Reliability Growth Analysis
Usage
plot_rga(
rga_obj,
point_col = "black",
line_col = "black",
xlab = "Cumulative Time",
ylab = "Cumulative Failures",
main = "Reliability Growth Analysis"
)
Arguments
- rga_obj
An object of class
rga
, which contains the results from the RGA model.- point_col
Color for the data points (default: "black").
- line_col
Color for the fitted line (default: "black").
- xlab
Label for the x-axis (default: "Cumulative Time").
- ylab
Label for the y-axis (default: "Cumulative Failures").
- main
Title for the plot (default: "Reliability Growth Analysis").