plot.RRi_fit {CardioCurveR} | R Documentation |
Plot method for RRi_fit objects
Description
Produces a panel of diagnostic plots for the fitted dual-logistic model. The output includes a plot of the observed RRi signal with the fitted curve overlay, a residuals versus time plot, and a histogram of the residuals.
Usage
## S3 method for class 'RRi_fit'
plot(x, ...)
Arguments
x |
An object of class "RRi_fit". |
... |
Additional arguments (unused). |
Value
A ggplot object with a panel of diagnostic plots for the fitted dual-logistic model.
[Package CardioCurveR version 1.0.0 Index]