-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
48 lines (47 loc) · 1.04 KB
/
NAMESPACE
File metadata and controls
48 lines (47 loc) · 1.04 KB
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
# Generated by roxygen2: do not edit by hand
S3method("[",CFVariable)
S3method("[",CFVariableL3b)
S3method("[[",CFDataset)
S3method(Math,CFVariable)
S3method(Ops,CFVariable)
S3method(as_CF,SpatRaster)
S3method(as_CF,default)
S3method(dim,AOI)
S3method(dim,CFAxis)
S3method(dim,CFVariable)
S3method(dimnames,CFAxis)
S3method(dimnames,CFDataset)
S3method(dimnames,CFVariable)
S3method(groups,CFDataset)
S3method(names,CFDataset)
S3method(str,CFAxis)
S3method(str,CFDataset)
export(CFAxisCharacter)
export(CFAxisDiscrete)
export(CFAxisLatitude)
export(CFAxisLongitude)
export(CFAxisNumeric)
export(CFAxisTime)
export(CFAxisVertical)
export(CFDataset)
export(CFLabel)
export(CFVariable)
export(aoi)
export(as_CF)
export(create_ncdf)
export(geom_ncdf)
export(groups)
export(makeAxis)
export(makeCharacterAxis)
export(makeDiscreteAxis)
export(makeGroup)
export(makeLatitudeAxis)
export(makeLongitudeAxis)
export(makeTimeAxis)
export(makeVerticalAxis)
export(open_ncdf)
export(peek_ncdf)
import(R6)
import(methods)
importFrom(abind,abind)
importFrom(stats,setNames)