Stick Plot for wind speed and direction data in ggplot
问题 I'd like to plot a stick plot for wind speed/ direction data similar to this: https://www.researchgate.net/figure/Stick-plot-of-mean-daily-wind-speed-and-direction-measured-at-Valentia-Island-from_fig5_226577448 I've found a good plot in the excelent oce package, but I'd like to make this same kind of plot using ggplot (or plotley). WindSpeed<-c(1,2,3,5,7,2,3,4,5,6,7,8) WindDir<-c(180,90,320,200,350,10,270,50,9,100,110,129) TimeStamp<-c("2018-01-02 01:00","2018-01-02 02:00","2018-01-02 03:00"