Skip to contents

Plot Method for Release Vintages

Usage

# S3 method for class 'tbl_release'
plot(x, ...)

Arguments

x

An object of class tbl_release.

...

Additional arguments passed to plot_vintages.

Value

A ggplot2 object.

See also

Examples

df <- dplyr::filter(reviser::gdp, id == "US")
df <- get_nth_release(df, n = 0:5)
plot(df)