Update app.R
Browse files
app.R
CHANGED
@@ -93,7 +93,7 @@ server <- function(input, output, session) {
|
|
93 |
labs(
|
94 |
fill = paste(index_col, "Index"),
|
95 |
title = "Country Representation Rankings",
|
96 |
-
subtitle = "Map
|
97 |
caption = "Source: Global Leadership Project (GLP) & Natural Earth"
|
98 |
) +
|
99 |
theme(
|
|
|
93 |
labs(
|
94 |
fill = paste(index_col, "Index"),
|
95 |
title = "Country Representation Rankings",
|
96 |
+
subtitle = "Map Colored by Selected Representation Index",
|
97 |
caption = "Source: Global Leadership Project (GLP) & Natural Earth"
|
98 |
) +
|
99 |
theme(
|