-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
62 lines (61 loc) · 1.73 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
# Generated by roxygen2: do not edit by hand
export(embedFig)
export(getNodeAttributes)
export(getNodeIndexbyName)
export(graph2json)
export(knownClassIndividuals)
export(knownPackageVersions)
export(metaclip.graph)
export(metaclipR.Aggregation)
export(metaclipR.AnomalyCalculation)
export(metaclipR.AnomalyMap)
export(metaclipR.Climatology)
export(metaclipR.Dataset)
export(metaclipR.DatasetSubset)
export(metaclipR.Ensemble)
export(metaclipR.EnsoPlume)
export(metaclipR.Regridding)
export(metaclipR.SkillMap)
export(metaclipR.SpatialPlot)
export(metaclipR.Validation)
export(metaclipR.easyVerification)
export(metaclipR.etccdi)
export(metaclipR.loadeR)
export(my_union)
export(my_union_graph)
export(randomName)
export(showUDGDatasources)
importFrom(Rgraphviz,from)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,add_edges)
importFrom(igraph,add_vertices)
importFrom(igraph,delete_edges)
importFrom(igraph,delete_vertex_attr)
importFrom(igraph,disjoint_union)
importFrom(igraph,edge_attr)
importFrom(igraph,get.edgelist)
importFrom(igraph,head_of)
importFrom(igraph,is_igraph)
importFrom(igraph,make_empty_graph)
importFrom(igraph,make_graph)
importFrom(igraph,set_vertex_attr)
importFrom(igraph,union)
importFrom(igraph,vertex_attr)
importFrom(igraph,vertex_attr_names)
importFrom(magrittr,"%>%")
importFrom(magrittr,extract)
importFrom(png,readPNG)
importFrom(png,writePNG)
importFrom(stats,na.exclude)
importFrom(transformeR,getGrid)
importFrom(transformeR,getRefDates)
importFrom(transformeR,getSeason)
importFrom(transformeR,getShape)
importFrom(transformeR,getTimeResolution)
importFrom(utils,URLencode)
importFrom(utils,packageDescription)
importFrom(utils,read.csv)
importFrom(utils,tail)