grp_over_time: Gross Regional Product by cluster, 2007-17

grp_over_timeR Documentation

Gross Regional Product by cluster, 2007-17

Description

A test dataset containing real GRP data for the CMAP region.

Usage

grp_over_time

Format

A tibble. 121 rows and 5 variables:

cluster

Chr. The name of the cluster

category

Factor. "goods-producing" or "services"

assessment

Factor. "Trailing", "Mixed", or "Leading"

year

Double. The year of the data

realgrp

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

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.