-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
80 lines (79 loc) · 1.86 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
# Generated by roxygen2: do not edit by hand
S3method("*",map)
S3method("[",map)
S3method("[[",map)
S3method(dim,map)
S3method(length,map)
S3method(plot,map)
S3method(plot,tag)
S3method(print,bird)
S3method(print,graph)
S3method(print,map)
S3method(print,param)
S3method(print,tag)
export(bird_create)
export(edge_add_wind)
export(geolight_map)
export(geopressure_map)
export(geopressure_map_likelihood)
export(geopressure_map_mismatch)
export(geopressure_map_preprocess)
export(geopressure_timeseries)
export(geopressuretemplate)
export(geopressuretemplate_config)
export(geopressuretemplate_graph)
export(geopressuretemplate_pressurepath)
export(geopressuretemplate_tag)
export(geopressureviz)
export(graph_add_wind)
export(graph_assert)
export(graph_create)
export(graph_marginal)
export(graph_most_likely)
export(graph_set_movement)
export(graph_simulation)
export(graph_transition)
export(ind2path)
export(light2mat)
export(map_create)
export(map_expand)
export(param_create)
export(path2edge)
export(path2elevation)
export(path2twilight)
export(plot_graph_movement)
export(plot_path)
export(plot_pressurepath)
export(plot_tag_acceleration)
export(plot_tag_light)
export(plot_tag_pressure)
export(plot_tag_temperature)
export(plot_tag_twilight)
export(pressurepath_create)
export(pressurepath_update)
export(rast.map)
export(speed2bearing)
export(speed2prob)
export(stap2duration)
export(stap2flight)
export(tag2map)
export(tag2path)
export(tag_assert)
export(tag_create)
export(tag_download_wind)
export(tag_label)
export(tag_label_auto)
export(tag_label_read)
export(tag_label_stap)
export(tag_label_write)
export(tag_set_map)
export(tag_update)
export(twilight_create)
export(twilight_label_read)
export(twilight_label_write)
export(windsupport)
importFrom(ggplot2,.data)
importFrom(lifecycle,deprecated)
importFrom(methods,setMethod)
importFrom(methods,setOldClass)
importMethodsFrom(terra,rast)