Last active
December 17, 2020 17:02
-
-
Save juanchiem/d1dd6afed659825eecbbbfb65d88097b to your computer and use it in GitHub Desktop.
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) | |
ggplot() + | |
geom_col(aes(x = lubridate::month(1:12, label = TRUE, abbr = T), | |
y = c(5,2,0,60,80,20,22,6,2,8,22,7)))+ | |
labs(x = "", y = "pl/m²") | |
Author
juanchiem
commented
Oct 18, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment