forked from delta-rho/trelliscope
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
82 lines (81 loc) · 1.82 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
# Generated by roxygen2 (4.1.1): do not edit by hand
S3method(cogCollect,dfCogConn)
S3method(cogEmit,dfCogConn)
S3method(cogFinal,dfCogConn)
S3method(cogNames,data.frame)
S3method(cogNcol,data.frame)
S3method(cogNrow,data.frame)
S3method(cogPre,dfCogConn)
S3method(fromHash,"NULL")
S3method(fromHash,filterHash)
S3method(fromHash,labelsHash)
S3method(fromHash,layoutHash)
S3method(fromHash,sortHash)
S3method(getCogCatPlotData,data.frame)
S3method(getCogData,data.frame)
S3method(getCogQuantPlotData,data.frame)
S3method(plot,trsPre)
S3method(print,cog)
S3method(print,dfCogConn)
S3method(print,qtrellis)
S3method(print,vdbConn)
S3method(qtrellis,data.frame)
S3method(qtrellis,ddo)
S3method(qtrellis,grouped_df)
S3method(toHash,"NULL")
S3method(toHash,filterState)
S3method(toHash,labelsState)
S3method(toHash,layoutState)
S3method(toHash,sortState)
export(applyCogFn)
export(cog)
export(cogCollect)
export(cogDisplayHref)
export(cogEmit)
export(cogFinal)
export(cogHref)
export(cogLoessRMSE)
export(cogMean)
export(cogNames)
export(cogNcol)
export(cogNrow)
export(cogPre)
export(cogRange)
export(cogScagnostics)
export(deployToShinyApps)
export(dfCogConn)
export(encodePNG)
export(fromHash)
export(getCogData)
export(getDisplay)
export(listDisplays)
export(makeDisplay)
export(makePNG)
export(makeSplodData)
export(makeStateHash)
export(noMargins)
export(phantomInstall)
export(prepanel)
export(qtrellis)
export(removeDisplay)
export(setLims)
export(splod)
export(splodCogFn)
export(splodPanelFn)
export(syncLocalData)
export(toHash)
export(validateState)
export(vdbConn)
export(view)
export(webConn)
export(webSync)
export(widgetThumbnail)
import(fastICA)
import(hexbin)
import(jsonlite)
import(lattice)
importFrom(base64enc,base64encode)
importFrom(data.table,rbindlist)
importFrom(digest,digest)
importFrom(htmlwidgets,saveWidget)
importFrom(shiny,runApp)