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_analysisobject returned byrun_fda_analysis().- value_col
Weather variable to plot.
- alpha
Significance levels to show as horizontal reference lines. If
NULL, all alpha values stored inanalysisare shown.- title
Plot title.
- xlab
Label for the x-axis.
- ylab
Label for the y-axis.
