This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(tidyverse) | |
library(sf) | |
library(terra) | |
library(stars) | |
library(ggspatial) | |
library(systemfonts) | |
library(patchwork) | |
register_variant( | |
name = "Input Mono Light", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## packages | |
library(ggplot2) | |
library(dplyr) | |
library(tidyr) | |
library(ggbraid) | |
library(colorspace) | |
library(owidR) | |
# plus ggtext via namespace | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(ggplot2) | |
value <- 7.3 | |
ggplot() + | |
# Add gap to bottom | |
coord_radial( | |
start = 4/3 * pi, # 240° | |
end = 2/3 * pi, # 120° | |
expand = FALSE |
OlderNewer