cjerzak commited on
Commit
93bb40c
·
verified ·
1 Parent(s): 39ce7c8

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -210,7 +210,7 @@ server <- function(input, output, session) {
210
  theme_void(base_size = 14, base_family = "sans") +
211
  labs(
212
  fill = paste(index_col, "Index"),
213
- title = "Country Representation Rankings",
214
  subtitle = "Map Colored by Selected Representation Index",
215
  caption = "Source: Global Leadership Project (GLP) & Natural Earth"
216
  ) +
 
210
  theme_void(base_size = 14, base_family = "sans") +
211
  labs(
212
  fill = paste(index_col, "Index"),
213
+ title = "Country-level Representation",
214
  subtitle = "Map Colored by Selected Representation Index",
215
  caption = "Source: Global Leadership Project (GLP) & Natural Earth"
216
  ) +