forked from plotly/plotly.R
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.17 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
# Generated by roxygen2: do not edit by hand
S3method(print,figure)
S3method(print,plotly)
export("%>%")
export(add_trace)
export(as.widget)
export(config)
export(embed_notebook)
export(get_figure)
export(gg2list)
export(ggplot_build2)
export(ggplotly)
export(group2NA)
export(knit_print.figure)
export(knit_print.plotly)
export(last_plot)
export(layer2traces)
export(layout)
export(offline)
export(paramORdefault)
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)
import(ggplot2)
import(httr)
import(jsonlite)
importFrom(base64enc,base64encode)
importFrom(grDevices,col2rgb)
importFrom(htmlwidgets,createWidget)
importFrom(htmlwidgets,shinyRenderWidget)
importFrom(htmlwidgets,shinyWidgetOutput)
importFrom(htmlwidgets,sizingPolicy)
importFrom(magrittr,"%>%")
importFrom(plyr,ddply)
importFrom(plyr,join)
importFrom(plyr,summarise)
importFrom(stats,setNames)
importFrom(utils,browseURL)
importFrom(utils,data)
importFrom(utils,getFromNamespace)
importFrom(utils,modifyList)
importFrom(utils,packageVersion)
importFrom(viridis,viridis)