-
Notifications
You must be signed in to change notification settings - Fork 633
/
Copy pathNAMESPACE
104 lines (103 loc) · 2.7 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
101
102
103
104
# Generated by roxygen2: do not edit by hand
S3method(geom2trace,GeomBar)
S3method(geom2trace,GeomBlank)
S3method(geom2trace,GeomBoxplot)
S3method(geom2trace,GeomErrorbar)
S3method(geom2trace,GeomErrorbarh)
S3method(geom2trace,GeomPath)
S3method(geom2trace,GeomPoint)
S3method(geom2trace,GeomPolygon)
S3method(geom2trace,GeomText)
S3method(geom2trace,GeomTile)
S3method(geom2trace,default)
S3method(ggplotly,ggmatrix)
S3method(ggplotly,ggplot)
S3method(plotly_build,gg)
S3method(plotly_build,plotly_built)
S3method(plotly_build,plotly_hash)
S3method(plotly_build,plotly_subplot)
S3method(print,figure)
S3method(print,plotly_built)
S3method(print,plotly_hash)
S3method(to_basic,GeomAbline)
S3method(to_basic,GeomArea)
S3method(to_basic,GeomBoxplot)
S3method(to_basic,GeomContour)
S3method(to_basic,GeomDensity)
S3method(to_basic,GeomDensity2d)
S3method(to_basic,GeomErrorbar)
S3method(to_basic,GeomErrorbarh)
S3method(to_basic,GeomHex)
S3method(to_basic,GeomHline)
S3method(to_basic,GeomJitter)
S3method(to_basic,GeomLine)
S3method(to_basic,GeomLinerange)
S3method(to_basic,GeomMap)
S3method(to_basic,GeomPointrange)
S3method(to_basic,GeomRaster)
S3method(to_basic,GeomRect)
S3method(to_basic,GeomRibbon)
S3method(to_basic,GeomSegment)
S3method(to_basic,GeomSmooth)
S3method(to_basic,GeomStep)
S3method(to_basic,GeomTile)
S3method(to_basic,GeomViolin)
S3method(to_basic,GeomVline)
S3method(to_basic,default)
export("%>%")
export(add_trace)
export(as.widget)
export(config)
export(embed_notebook)
export(event_data)
export(geom2trace)
export(get_figure)
export(gg2list)
export(ggplotly)
export(knit_print.figure)
export(knit_print.plotly_built)
export(knit_print.plotly_hash)
export(last_plot)
export(layout)
export(offline)
export(plot_ly)
export(plotly)
export(plotlyOutput)
export(plotly_IMAGE)
export(plotly_POST)
export(plotly_build)
export(plotly_empty)
export(renderPlotly)
export(signup)
export(style)
export(subplot)
export(toRGB)
export(to_basic)
import(ggplot2)
importFrom(base64enc,base64encode)
importFrom(grDevices,col2rgb)
importFrom(htmlwidgets,createWidget)
importFrom(htmlwidgets,shinyRenderWidget)
importFrom(htmlwidgets,shinyWidgetOutput)
importFrom(htmlwidgets,sizingPolicy)
importFrom(httr,GET)
importFrom(httr,PATCH)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,config)
importFrom(httr,content)
importFrom(httr,stop_for_status)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(magrittr,"%>%")
importFrom(plyr,ddply)
importFrom(plyr,summarise)
importFrom(stats,complete.cases)
importFrom(stats,setNames)
importFrom(tidyr,gather)
importFrom(utils,browseURL)
importFrom(utils,data)
importFrom(utils,getFromNamespace)
importFrom(utils,modifyList)
importFrom(utils,packageVersion)
importFrom(viridis,viridis)