Skip to contents

Plot FDA Significant Intervals

Usage

plot_fda_intervals(
  analysis,
  alpha = NULL,
  show_none = TRUE,
  title = "Significant FDA intervals",
  xlab = "Time"
)

Arguments

analysis

A windcut_fda_analysis object returned by run_fda_analysis().

alpha

Optional significance levels to plot. If NULL, all alpha values stored in analysis are shown.

show_none

Logical; if TRUE, labels variables with no significant interval.

title

Plot title.

xlab

Label for the x-axis.

Value

A ggplot2 object.