Plot FDA Difference Curves
Usage
plot_fda_difference(
analysis,
value_col,
title = NULL,
xlab = "Time",
ylab = NULL,
color = "#20262e"
)Arguments
- analysis
A
windcut_fda_analysisobject returned byrun_fda_analysis().- value_col
Weather variable to plot.
- title
Plot title.
- xlab
Label for the x-axis.
- ylab
Label for the y-axis.
- color
Line color.
