-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathNAMESPACE
81 lines (80 loc) · 2.06 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Generated by roxygen2: do not edit by hand
export("%>%")
export(ggplot_na_distribution)
export(ggplot_na_distribution2)
export(ggplot_na_gapsize)
export(ggplot_na_imputations)
export(ggplot_na_intervals)
export(na.interpolation)
export(na.kalman)
export(na.locf)
export(na.ma)
export(na.mean)
export(na.random)
export(na.remove)
export(na.replace)
export(na.seadec)
export(na.seasplit)
export(na_interpolation)
export(na_kalman)
export(na_locf)
export(na_ma)
export(na_mean)
export(na_random)
export(na_remove)
export(na_replace)
export(na_seadec)
export(na_seasplit)
export(plotNA.distribution)
export(plotNA.distributionBar)
export(plotNA.gapsize)
export(plotNA.imputations)
export(statsNA)
import(stats)
importFrom(Rcpp,sourceCpp)
importFrom(forecast,auto.arima)
importFrom(forecast,findfrequency)
importFrom(ggplot2,aes)
importFrom(ggplot2,after_stat)
importFrom(ggplot2,alpha)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,stat_bin)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,theme_linedraw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggtext,element_markdown)
importFrom(grDevices,nclass.Sturges)
importFrom(magrittr,"%>%")
importFrom(methods,hasArg)
importFrom(stats,KalmanRun)
importFrom(stats,KalmanSmooth)
importFrom(stats,StructTS)
importFrom(stats,approx)
importFrom(stats,arima)
importFrom(stats,frequency)
importFrom(stats,median)
importFrom(stats,runif)
importFrom(stats,spline)
importFrom(stats,stl)
importFrom(stats,ts)
importFrom(stinepack,stinterp)
importFrom(utils,globalVariables)
useDynLib(imputeTS)