forked from Predictia/metaclipR
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
81 lines (80 loc) · 2.27 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
# Generated by roxygen2: do not edit by hand
export(embedFig)
export(embedJSON)
export(getIndividualClass)
export(getNodeAttributes)
export(getNodeIndexbyName)
export(graph2json)
export(knownClassIndividuals)
export(knownPackageVersions)
export(metaclip.graph.Command)
export(metaclipR.Aggregation)
export(metaclipR.Anomaly)
export(metaclipR.AnomalyCalculation)
export(metaclipR.AnomalyMap)
export(metaclipR.BiasCorrection)
export(metaclipR.Binding)
export(metaclipR.ClimateIndex)
export(metaclipR.Climatology)
export(metaclipR.Dataset)
export(metaclipR.DatasetSubset)
export(metaclipR.Ensemble)
export(metaclipR.EnsoPlume)
export(metaclipR.Interpolation)
export(metaclipR.RectangularGrid)
export(metaclipR.Regridding)
export(metaclipR.SkillMap)
export(metaclipR.SpatialExtent)
export(metaclipR.SpatialPlot)
export(metaclipR.Validation)
export(metaclipR.easyVerification)
export(metaclipR.etccdi)
export(metaclipR.loadeR)
export(my_add_vertices)
export(my_union)
export(my_union_graph)
export(prettyJSON)
export(randomName)
export(setNodeName)
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(jsonlite,minify)
importFrom(jsonlite,prettify)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(magrittr,extract)
importFrom(magrittr,extract2)
importFrom(png,readPNG)
importFrom(png,writePNG)
importFrom(stats,na.exclude)
importFrom(transformeR,getGrid)
importFrom(transformeR,getGridUnits)
importFrom(transformeR,getRefDates)
importFrom(transformeR,getSeason)
importFrom(transformeR,getShape)
importFrom(transformeR,getTimeResolution)
importFrom(transformeR,getVarNames)
importFrom(utils,URLencode)
importFrom(utils,packageDescription)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,tail)