-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
65 lines (57 loc) · 1.35 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
import(stats, graphics, sp, gstat)
importFrom("grDevices", "terrain.colors")
importFrom("utils", "flush.console", "head")
export(add.points,
as.geomat,
aurelhy,
auremask,
coords,
deg.lat,
deg.lon,
dist2sea,
geomask,
geomat,
geopoints,
geoshapes,
geotm,
match.coords,
polar.coords,
read.geomask,
read.geomat,
read.geopoints,
read.geoshapes,
read.geotm,
resample,
write.geomask,
write.geomat,
write.geopoints,
write.geoshapes,
write.geotm)
S3method(plot, aurelhy)
S3method(points, aurelhy)
S3method(predict, aurelhy)
S3method(print, aurelhy)
S3method(summary, aurelhy)
S3method(update, aurelhy)
S3method(as.geomat, aurelhy)
S3method(plot, predict.aurelhy)
S3method(print, predict.aurelhy)
S3method(summary, predict.aurelhy)
S3method(as.geomat, predict.aurelhy)
S3method(plot, auremask)
S3method(print, auremask)
S3method(contour, geomat)
S3method(coords, geomat)
S3method(image, geomat)
S3method(persp, geomat)
S3method(plot, geomat)
S3method(print, geomat)
S3method(resample, geomat)
S3method(window, geomat)
S3method(image, geomask)
S3method(add.points, geomask)
S3method(print, geopoints)
S3method(points, geopoints)
S3method(print, geoshapes)
S3method(lines, geoshapes)
S3method(points, geoshapes)