- dat1 <- data.frame(month=c(1,5,6,7,8,9,10,11,12,2,3,4),
- event = c(925,817,837,742,1357,3248,3866,3448,3195,3276,
- 3404,3575))
- library(tidyverse)
- dat1%>%arrange(month)%>%
- ggplot(aes(month,event))+
- geom_path()+
- geom_smooth(method = 'loess')+
- theme_classic()


雷达卡





京公网安备 11010802022788号







