-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathNAMESPACE
152 lines (151 loc) · 3.36 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
# Generated by roxygen2: do not edit by hand
S3method("[",ppi)
S3method("[",vpts)
S3method("rcs<-",list)
S3method("rcs<-",vp)
S3method("rcs<-",vpi)
S3method("rcs<-",vpts)
S3method("sd_vvp_threshold<-",list)
S3method("sd_vvp_threshold<-",vp)
S3method("sd_vvp_threshold<-",vpts)
S3method(Math,pvol)
S3method(Math,scan)
S3method(Ops,param)
S3method(Ops,pvol)
S3method(Ops,scan)
S3method(as.data.frame,vp)
S3method(as.data.frame,vpts)
S3method(bind_into_vpts,list)
S3method(bind_into_vpts,vp)
S3method(bind_into_vpts,vpts)
S3method(c,vp)
S3method(calculate_param,ppi)
S3method(calculate_param,pvol)
S3method(calculate_param,scan)
S3method(check_night,default)
S3method(check_night,list)
S3method(check_night,pvol)
S3method(check_night,vp)
S3method(check_night,vpi)
S3method(check_night,vpts)
S3method(convert_legacy,vp)
S3method(convert_legacy,vpts)
S3method(dim,ppi)
S3method(dim,pvol)
S3method(dim,scan)
S3method(dim,vp)
S3method(dim,vpts)
S3method(doy,default)
S3method(doy,pvol)
S3method(doy,vp)
S3method(doy,vpi)
S3method(doy,vpts)
S3method(get_elevation_angles,param)
S3method(get_elevation_angles,pvol)
S3method(get_elevation_angles,scan)
S3method(get_quantity,list)
S3method(get_quantity,vp)
S3method(get_quantity,vpts)
S3method(integrate_profile,list)
S3method(integrate_profile,vp)
S3method(integrate_profile,vpts)
S3method(map,ppi)
S3method(noy,default)
S3method(noy,pvol)
S3method(noy,vp)
S3method(noy,vpi)
S3method(noy,vpts)
S3method(plot,ppi)
S3method(plot,scan)
S3method(plot,vp)
S3method(plot,vpi)
S3method(plot,vpts)
S3method(print,param)
S3method(print,ppi)
S3method(print,pvol)
S3method(print,scan)
S3method(print,vp)
S3method(print,vpts)
S3method(project_as_ppi,param)
S3method(project_as_ppi,scan)
S3method(rcs,list)
S3method(rcs,vp)
S3method(rcs,vpi)
S3method(rcs,vpts)
S3method(sd_vvp_threshold,list)
S3method(sd_vvp_threshold,vp)
S3method(sd_vvp_threshold,vpts)
S3method(summary,param)
S3method(summary,ppi)
S3method(summary,pvol)
S3method(summary,scan)
S3method(summary,vp)
S3method(summary,vpi)
S3method(summary,vpts)
export("rcs<-")
export("sd_vvp_threshold<-")
export(apply_mistnet)
export(as.vpts)
export(attribute_table)
export(beam_distance)
export(beam_height)
export(beam_profile)
export(beam_profile_overlap)
export(beam_range)
export(beam_width)
export(bind_into_vpts)
export(calculate_param)
export(calculate_vp)
export(check_docker)
export(check_night)
export(composite_ppi)
export(convert_legacy)
export(dbz_to_eta)
export(download_basemap)
export(download_pvolfiles)
export(download_vpfiles)
export(doy)
export(eta_to_dbz)
export(filter_vpts)
export(get_elevation_angles)
export(get_iris_raw_task)
export(get_odim_object_type)
export(get_param)
export(get_quantity)
export(get_scan)
export(integrate_profile)
export(integrate_to_ppi)
export(is.param)
export(is.ppi)
export(is.pvol)
export(is.pvolfile)
export(is.scan)
export(is.vp)
export(is.vpfile)
export(is.vpi)
export(is.vpts)
export(list_vpts_aloft)
export(map)
export(nexrad_to_odim)
export(noy)
export(nyquist_velocity)
export(project_as_ppi)
export(rcs)
export(read_cajun)
export(read_pvolfile)
export(read_stdout)
export(read_vpfiles)
export(read_vpts)
export(regularize_vpts)
export(scan_to_raster)
export(scan_to_spatial)
export(sd_vvp_threshold)
export(select_vpfiles)
export(sunrise)
export(sunset)
export(update_docker)
export(vol2bird_version)
export(write_pvolfile)
importFrom(dplyr,"%>%")
importFrom(dplyr,.data)
importFrom(methods,as)