Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plots #163

Merged
merged 13 commits into from
Oct 5, 2023
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ Imports:
abind,
gghighlight,
epitrix,
distcrete
distcrete,
patchwork
Suggests:
testthat,
utils,
Expand Down
9 changes: 9 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,13 @@ importFrom(distcrete,distcrete)
importFrom(epitrix,gamma_mucv2shapescale)
importFrom(epitrix,r2R0)
importFrom(fitdistrplus,fitdist)
importFrom(ggplot2,"%+replace%")
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
Expand All @@ -53,10 +58,13 @@ importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,last_plot)
importFrom(ggplot2,lims)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_linetype_manual)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_light)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
Expand All @@ -65,6 +73,7 @@ importFrom(grDevices,palette)
importFrom(graphics,plot)
importFrom(incidence,as.incidence)
importFrom(incidence,incidence)
importFrom(patchwork,plot_layout)
importFrom(scales,alpha)
importFrom(stats,median)
importFrom(stats,pgamma)
Expand Down
Loading
Loading