Plot Method for Release Vintages
Usage
# S3 method for class 'tbl_release'
plot(x, ...)See also
Other revision graphs:
plot.tbl_pubdate(),
plot_vintages(),
theme_reviser()
Examples
df <- dplyr::filter(reviser::gdp, id == "US")
df <- get_nth_release(df, n = 0:5)
plot(df)
