Learn R Programming

CardioCurveR (version 1.0.0)

plot.boot_RRi_fit: Plot method for boot_RRi_fit objects

Description

Generates a panel of density plots to visualize the bootstrap distributions of the RRi model parameters. The method converts the bootstrap results to long format and creates one density plot per parameter.

Usage

# S3 method for boot_RRi_fit
plot(x, ...)

Value

A ggplot object with panel of density plots to visualize the bootstrap distributions of the RRi model parameters.

Arguments

x

An object of class "boot_RRi_fit".

...

Additional arguments (unused).