-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
130 lines (129 loc) · 3.32 KB
/
NAMESPACE
File metadata and controls
130 lines (129 loc) · 3.32 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
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
# Generated by roxygen2: do not edit by hand
S3method("[",vdat_list)
export(REI)
export(abacus_plot)
export(adjust_playback_time)
export(as_glatos_animals)
export(as_glatos_detections)
export(as_glatos_receivers)
export(calc_collision_prob)
export(cast)
export(check_dependencies)
export(check_vdat)
export(check_vue)
export(convert_glatos_to_att)
export(convert_otn_erddap_to_att)
export(convert_otn_to_att)
export(crw)
export(crw_in_polygon)
export(detect_transmissions)
export(detection_bubble_plot)
export(detection_events)
export(detection_range_model)
export(false_detections)
export(format_POSIXt)
export(get_local_vdat_template)
export(get_local_vdat_version)
export(get_local_vue_version)
export(glatos_animals)
export(glatos_check_col_classes)
export(glatos_check_col_names)
export(glatos_detections)
export(glatos_receivers)
export(identify_workbook_version)
export(install_ffmpeg)
export(interpolate_path)
export(is_glatos_animals)
export(is_glatos_detections)
export(is_glatos_receivers)
export(jarasterize)
export(kml_to_csv)
export(kml_workbook)
export(make_frames)
export(make_transition)
export(make_video)
export(make_video_ffmpeg)
export(min_lag)
export(point_offset)
export(position_heat_map)
export(prepare_deploy_sheet)
export(prepare_tag_sheet)
export(read_glatos_detections)
export(read_glatos_receivers)
export(read_glatos_workbook)
export(read_otn_deployments)
export(read_otn_detections)
export(read_vdat_csv)
export(read_vemco_tag_specs)
export(read_vue_detection_csv)
export(read_vue_event_csv)
export(read_workbook_project)
export(real_sensor_values)
export(receiver_line_det_sim)
export(residence_index)
export(rotate_points)
export(scale_meters_to_degrees)
export(summarize_detections)
export(transmit_along_path)
export(validate_glatos_animals)
export(validate_glatos_detections)
export(validate_glatos_receivers)
export(vdat_convert)
export(vector_heading)
export(vrl2csv)
export(vue_convert)
export(write_vdat_csv)
import(data.table)
import(readxl)
import(sp)
importFrom(data.table,foverlaps)
importFrom(dplyr,"%>%")
importFrom(dplyr,coalesce)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(grDevices,bmp)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.off)
importFrom(grDevices,jpeg)
importFrom(grDevices,png)
importFrom(grDevices,rainbow)
importFrom(grDevices,tiff)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,symbols)
importFrom(graphics,text)
importFrom(lubridate,fast_strptime)
importFrom(nanoparquet,read_parquet)
importFrom(stats,approx)
importFrom(stats,dnorm)
importFrom(stats,ecdf)
importFrom(stats,end)
importFrom(stats,fivenum)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,start)
importFrom(stats,step)
importFrom(utils,capture.output)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,unzip)
importFrom(utils,write.csv)
importFrom(utils,write.table)
importFrom(utils,zip)