From ef088adf1bd760d283dca3c6f3e4fbfcd8fc3e7b Mon Sep 17 00:00:00 2001
From: vidonne The unhcrthemes package provides tools to create
-ggplot2 visualizations that adhere to the United Nations High
+ggplot2 visualizations that adhere to the United Nations High
Commissioner for Refugees (UNHCR) data visualization guidelines. One of the main functions, Even if axis ticks aren’t part of the UNHCR data
-visualization guidelines, they can sometimes be useful. To control
-the visibility of axis ticks, you can use the Even if axis ticks aren’t part of the UNHCR data visualization
+guidelines, they can sometimes be useful. To control the visibility
+of axis ticks, you can use the theme_unhcr
, allows for the
easy application of UNHCR theme to your ggplot2
@@ -348,13 +348,13 @@ Axis title and text
Axis ticks
-axis_ticks
-parameter in the theme_unhcr
function. By default, this
-parameter is set to FALSE
, which turns off all the axis
-ticks. Using axis_ticks = TRUE
adds both X and Y axis
-ticks, axis_ticks = "X"
adds only the X axis ticks,
+axis_ticks
parameter in the
+theme_unhcr
function. By default, this parameter is set to
+FALSE
, which turns off all the axis ticks. Using
+axis_ticks = TRUE
adds both X and Y axis ticks,
+axis_ticks = "X"
adds only the X axis ticks,
axis_ticks = "Y"
adds only the Y axis ticks, and
axis_ticks = FALSE
removes all axis ticks.Conclusionfunction
-documentation page and the UNHCR Data Visualization
+documentation page and the UNHCR Data Visualization
Platform