Skip to contents

Plot FDA Difference Curves

Usage

plot_fda_difference(
  analysis,
  value_col,
  title = NULL,
  xlab = "Time",
  ylab = NULL,
  color = "#20262e"
)

Arguments

analysis

A windcut_fda_analysis object returned by run_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.

Value

A ggplot2 object.