https://github.com/lozalojo/mem
Raw File
Tip revision: e8bbdcc1df8e31cbeb036ac5037f79b7375d976c authored by José E. Lozano on 21 June 2023, 06:21:11 UTC
Merge pull request #7 from lozalojo/development
Tip revision: e8bbdcc
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(plot,epidemic)
S3method(plot,mem)
S3method(print,epidemic)
S3method(print,mem)
S3method(summary,epidemic)
S3method(summary,mem)
export(epimem)
export(epitiming)
export(full.series.graph)
export(memevolution)
export(memgoodness)
export(memintensity)
export(memmodel)
export(memstability)
export(memsurveillance)
export(memsurveillance.animated)
export(memtiming)
export(memtrend)
export(optimum.by.inspection)
export(processPlots)
export(roc.analysis)
export(transformdata)
export(transformdata.back)
export(transformseries)
importFrom(EnvStats,eqnpar)
importFrom(RColorBrewer,brewer.pal)
importFrom(RcppRoll,roll_sum)
importFrom(boot,boot)
importFrom(boot,boot.ci)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,lag)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(ggplot2,"%+%")
importFrom(ggplot2,aes)
importFrom(ggplot2,arrow)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_area)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_light)
importFrom(ggplot2,unit)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRamp)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(grDevices,tiff)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,identify)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,matplot)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(mclust,cdensE)
importFrom(mclust,cdensV)
importFrom(mclust,densityMclust)
importFrom(methods,is)
importFrom(purrr,pluck)
importFrom(sm,h.select)
importFrom(sm,sm.regression)
importFrom(stats,aggregate)
importFrom(stats,dnorm)
importFrom(stats,loess)
importFrom(stats,loess.control)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,smooth.spline)
importFrom(stats,var)
importFrom(tidyr,extract)
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(utils,write.table)
back to top