Skip to contents

Plot FDA Corrected P-Values

Usage

plot_fda_p_values(
  analysis,
  value_col,
  alpha = NULL,
  title = NULL,
  xlab = "Time",
  ylab = "Corrected p-value"
)

Arguments

analysis

A windcut_fda_analysis object returned by run_fda_analysis().

value_col

Weather variable to plot.

alpha

Significance levels to show as horizontal reference lines. If NULL, all alpha values stored in analysis are shown.

title

Plot title.

xlab

Label for the x-axis.

ylab

Label for the y-axis.

Value

A ggplot2 object.