-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
100 lines (99 loc) · 2.58 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# Generated by roxygen2: do not edit by hand
export(afp)
export(anylm)
export(avri)
export(dm8n)
export(dm8n_batch)
export(dm8n_np)
export(fm)
export(geom_avri)
export(geom_avri_batch)
export(geom_psd)
export(geom_ts)
export(geom_ts_batch)
export(geom_tsw)
export(koh)
export(loh)
export(nsvp)
export(ofp)
export(prop)
export(statdf)
export(svri)
export(transp)
export(trs)
export(tuv)
export(tuv_batch)
export(vocct)
import(ggplot2)
import(lubridate)
import(magrittr)
import(patchwork)
importFrom(dplyr,full_join)
importFrom(dplyr,left_join)
importFrom(ggnewscale,new_scale_color)
importFrom(ggnewscale,new_scale_fill)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,as_labeller)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_area)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplotGrob)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_color_discrete)
importFrom(ggplot2,scale_color_gradientn)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_colour_gradientn)
importFrom(ggplot2,scale_colour_viridis_c)
importFrom(ggplot2,scale_fill_discrete)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_linetype_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,scale_x_datetime)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplotify,as.ggplot)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rainbow)
importFrom(graphics,plot)
importFrom(gridExtra,grid.arrange)
importFrom(lmodel2,lmodel2)
importFrom(lubridate,duration)
importFrom(lubridate,hour)
importFrom(lubridate,hours)
importFrom(lubridate,is.timepoint)
importFrom(lubridate,minute)
importFrom(lubridate,minutes)
importFrom(lubridate,second)
importFrom(plyr,.)
importFrom(plyr,ddply)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(scales,hue_pal)
importFrom(scales,pretty_breaks)
importFrom(scales,rescale)
importFrom(stats,aggregate)
importFrom(stats,complete.cases)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stringr,str_split_fixed)
importFrom(utils,download.file)
importFrom(utils,read.delim)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,stack)
importFrom(utils,txtProgressBar)
importFrom(utils,unstack)
importFrom(xml2,read_html)