0 Posted 2020-06-19Updated 2024-01-11R / Plot / GGPLOTa few seconds read (About 63 words)GGcal | ggplot for CalendarQuick start: The graph show ahead. library(ggplot2)library(ggcal)mydate <- seq(as.Date("2017-02-01"), as.Date("2017-07-22"), by="1 day")myfills <- rnorm(length(mydate))print(ggcal(mydate, myfills)) Installation devtools::install_github("jayjacobs/ggcal") Favorite theme gg <- ggcal(mydate, myfills) +scale_fill_gradient2(low="#4575b4", mid="#ffffbf", high="#d73027", midpoint=0)print(gg) More GGcal | ggplot for Calendarhttps://karobben.github.io/2020/06/19/R/GGcal/AuthorKarobbenPosted on2020-06-19Updated on2024-01-11Licensed under#RPlotggplot