@@ -35,7 +35,6 @@ importFrom(dplyr,n)
3535importFrom(dplyr,relocate)
3636importFrom(dplyr,rename)
3737importFrom(dplyr,select)
38- importFrom(dplyr,setdiff)
3938importFrom(dplyr,sym)
4039importFrom(dplyr,tibble)
4140importFrom(dplyr,ungroup)
@@ -44,8 +43,12 @@ importFrom(ggplot2,annotate)
4443importFrom(ggplot2,coord_cartesian)
4544importFrom(ggplot2,element_blank)
4645importFrom(ggplot2,element_text)
46+ importFrom(ggplot2,geom_errorbar)
47+ importFrom(ggplot2,geom_hline)
48+ importFrom(ggplot2,geom_line)
4749importFrom(ggplot2,geom_point)
4850importFrom(ggplot2,geom_ribbon)
51+ importFrom(ggplot2,geom_smooth)
4952importFrom(ggplot2,geom_step)
5053importFrom(ggplot2,geom_text)
5154importFrom(ggplot2,ggplot)
@@ -56,6 +59,7 @@ importFrom(ggplot2,scale_x_continuous)
5659importFrom(ggplot2,scale_y_discrete)
5760importFrom(ggplot2,theme)
5861importFrom(ggplot2,theme_classic)
62+ importFrom(ggplot2,theme_minimal)
5963importFrom(graphics,abline)
6064importFrom(graphics,plot)
6165importFrom(graphics,title)
0 commit comments