stability_plot: stability plot function

View source: R/stability_plot.R

stability_plotR Documentation

stability plot function

Description

Creates a custom designed visualisation of different metrics.

Usage

stability_plot(a, b, c, percentage)

Arguments

a

Metric on top of the central circle. For the stability plot this represents the overall upwards lift.

b

Metric below the central circle. For the stability plot this represents the overall downwards lift.

c

Metric on the horizontal axis (+/-). For the stability plot this represents the overall bias.

percentage

Percent stability, noted as mark in the circle.

Details

This function creates a custom designed visualisation of the metric on stabilisation of the model.

Value

A visualisation plot

Author(s)

Yves R. Sagaert

Examples

  ## Not run: 
     stability_plot(a=3, b=6, c=10, percentage=25)
  
## End(Not run)



yForecasting/businessplots documentation built on Jan. 8, 2025, 6:26 p.m.