-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
61 lines (60 loc) · 1.37 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
# Generated by roxygen2: do not edit by hand
export(addNetPosition)
export(addTypicalDayId)
export(computeFB)
export(createFBTS)
export(drawVolumeHeatmap)
export(drawVolumeHeatmapThreeDimensions)
export(drawVolumeHeatmapTwoDimensions)
export(evalDomainVolume)
export(evalInter)
export(fbOptions)
export(generateReportFb)
export(getAvailableModel)
export(getBestPolyhedron)
export(getMaxImportExport)
export(getStatsFBts)
export(getVertices)
export(identifyFirstDay)
export(initFlowBased)
export(plotFB)
export(plotNetPositionFB)
export(runAppError)
export(runAppPosition)
export(setDiffNotWantedPtdf)
export(setFlowbasedPath)
export(setNamesProbabilityMatrix)
import(antaresEditObject)
import(antaresRead)
import(data.table)
import(flexdashboard)
import(linprog)
import(lpSolve)
import(magrittr)
import(manipulateWidget)
import(pipeR)
import(plyr)
import(quadprog)
import(rAmCharts)
import(rmarkdown)
import(scales)
import(shiny)
import(stringr)
import(vertexenum)
importFrom(grDevices,chull)
importFrom(grDevices,topo.colors)
importFrom(plotly,add_trace)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,kmeans)
importFrom(stats,median)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(utils,combn)
importFrom(utils,read.table)
importFrom(utils,write.table)