R/data.R
peer_grp.Rd
A test dataset containing real GRP data for the CMAP and peer regions.
peer_grp
A tibble. 121 rows and 5 variables:
Factor. name of the region
Double. year of the data
Double. real gross regional product
CMAP traded clusters report
# a time-series line chart ggplot(grp_over_time, aes(x = year, y = realgrp, color = cluster)) + geom_line()