-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
68 lines (67 loc) · 1.59 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
# Generated by roxygen2: do not edit by hand
S3method(plot,antaresData)
S3method(plot,list)
S3method(plot,mapLayout)
S3method(plot,simOptions)
export(addShadows)
export(colorScaleOptions)
export(defaultTilesURL)
export(exchangesStack)
export(getInteractivity)
export(leafletDragPointsOutput)
export(limitSizeGraph)
export(mapLayout)
export(modRpart)
export(modXY)
export(plotMap)
export(plotMapLayout)
export(plotMapOptions)
export(plotThermalGroupCapacities)
export(plotXY)
export(prodStack)
export(prodStackAliases)
export(prodStackLegend)
export(renderLeafletDragPoints)
export(runAppAntaresViz)
export(savePlotAsPng)
export(setInteractivity)
export(setProdStackAlias)
export(stackMap)
export(tsLegend)
export(tsPlot)
import(antaresProcessing)
import(antaresRead)
import(assertthat)
import(data.table)
import(dygraphs)
import(htmltools)
import(leaflet)
import(leaflet.minicharts)
import(manipulateWidget)
import(shiny)
import(spMaps)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,colors)
importFrom(grDevices,gray)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(methods,is)
importFrom(plotly,add_bars)
importFrom(plotly,add_heatmap)
importFrom(plotly,add_text)
importFrom(plotly,add_trace)
importFrom(plotly,config)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(raster,aggregate)
importFrom(rgeos,gDistance)
importFrom(shiny,runApp)
importFrom(stats,as.formula)
importFrom(stats,density)
importFrom(stats,lm)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(utils,object.size)