peer_grp: Gross Regional Product by region, with peers, 2001-17

peer_grpR Documentation

Gross Regional Product by region, with peers, 2001-17

Description

A test dataset containing real GRP data for the CMAP and peer regions.

Usage

peer_grp

Format

A tibble. 121 rows and 5 variables:

area

Factor. name of the region

year

Double. year of the data

grp

Double. real gross regional product

Source

CMAP traded clusters report

Examples

# a time-series line chart
ggplot(grp_over_time, aes(x = year, y = realgrp, color = cluster)) +
  geom_line()


CMAP-REPOS/cmapplot documentation built on March 29, 2025, 11:55 a.m.