Skip to contents

Degradation Path Plot Summary This function generates the degradation path plot based on different lambda functions for time and cycles.

Usage

degradation.path.plot.summary(
  data = sim_dat$diff_Y_t,
  model,
  t = t,
  u = NULL,
  leg.pos = "none"
)

Arguments

data

List of degradation data.

model

Character string specifying the model type (e.g., "M0", "M1", etc.).

t

Numeric vector of time.

u

Numeric vector for units or cycles.

leg.pos

Character string for legend position. Default is "none".

Value

A list of ggplot objects.