grp_over_time | R Documentation |
A test dataset containing real GRP data for the CMAP region.
grp_over_time
A tibble. 121 rows and 5 variables:
Chr. The name of the cluster
Factor. "goods-producing" or "services"
Factor. "Trailing", "Mixed", or "Leading"
Double. The year of the data
Double. The real gross regional product of the cluster in year 'year'. Not exactly sure on the inflation year but I believe it is 2012
CMAP traded clusters report
# a time-series line chart
ggplot(grp_over_time, aes(x = year, y = realgrp, color = cluster)) +
geom_line()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.