forked from mbojan/alluvial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
30 lines (29 loc) · 800 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(alluvial)
export(alluvial_ts)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange_)
importFrom(dplyr,filter_)
importFrom(dplyr,group_by_)
importFrom(dplyr,select_)
importFrom(dplyr,summarise_)
importFrom(dplyr,ungroup)
importFrom(grDevices,col2rgb)
importFrom(grDevices,extendrange)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(graphics,xspline)
importFrom(stats,aggregate)
importFrom(stats,approx)
importFrom(tidyr,gather_)