-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
46 lines (45 loc) · 1.09 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(atl_add_raster_data)
export(atl_add_tidal_data)
export(atl_as_sf)
export(atl_bbox)
export(atl_create_bm)
export(atl_filter_bounds)
export(atl_filter_covariates)
export(atl_full_tag_id)
export(atl_get_data)
export(atl_get_speed)
export(atl_median_smooth)
export(atl_patch_dist)
export(atl_patch_summary)
export(atl_plot_add_track)
export(atl_plot_map_osm)
export(atl_plot_rpatches)
export(atl_plot_tag)
export(atl_plot_tag_osm)
export(atl_res_patch_speed)
export(atl_simple_dist)
export(atl_spec_cols)
export(atl_spec_labs)
export(atl_t_col)
export(atl_thin_data)
export(atl_turning_angle)
import(RMySQL)
import(data.table)
import(ggplot2)
import(ggspatial)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(magrittr,"%>%")