Update app.R
Browse files
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
|
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 |
) +
|