percentile_wages | R Documentation |
A test dataset containing the 10th, 25th, 50th, 75th, and 90th percentile wage by cluster in the CMAP region.
percentile_wages
A tibble. 45 rows and 3 variables:
Chr. The name of the cluster
Double. The percentile wage being reported
Double. The wage. I believe 2017 data.
CMAP traded clusters report
# a non-time-series line chart
ggplot(percentile_wages, aes(x = percentile, y = wage, color = cluster)) +
geom_line()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.