plot.boot_RRi_fit {CardioCurveR}R Documentation

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 class 'boot_RRi_fit'
plot(x, ...)

Arguments

x

An object of class "boot_RRi_fit".

...

Additional arguments (unused).

Value

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


[Package CardioCurveR version 1.0.0 Index]