Skip to contents

Plots the yield curve data frame downloaded using get_yield_curve.

Usage

plot_yield_curve(df_yc)

Arguments

df_yc

A data frame or tibble returned by get_yield_curve.

Value

A ggplot object.

Examples

if (FALSE) { # \dontrun{
df_yc <- get_yield_curve()
plot_yield_curve(df_yc)
} # }