Learn R Programming

CardioCurveR (version 1.0.0)

plot.RRi_fit: 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 RRi_fit
plot(x, ...)

Value

A ggplot object with a panel of diagnostic plots for the fitted dual-logistic model.

Arguments

x

An object of class "RRi_fit".

...

Additional arguments (unused).