-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
58 lines (57 loc) · 1.57 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
# Generated by roxygen2: do not edit by hand
export(exclude_points)
export(get_checkpoints)
export(get_overall_ldm)
export(make_arrows)
export(make_trajectories)
export(plot_arrow_map)
export(plot_ldm)
export(plot_leaflet)
export(plot_static)
export(postgres2gpkg)
export(postgres2sqlite)
export(read_gpkg)
export(read_sqlite)
export(write_gpkg)
importFrom(RColorBrewer,brewer.pal.info)
importFrom(geosphere,distVincentyEllipsoid)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,ggplot)
importFrom(leaflet,addCircleMarkers)
importFrom(leaflet,addLayersControl)
importFrom(leaflet,addLegend)
importFrom(leaflet,addPolylines)
importFrom(leaflet,addProviderTiles)
importFrom(leaflet,addScaleBar)
importFrom(leaflet,clearControls)
importFrom(leaflet,clearMarkers)
importFrom(leaflet,clearShapes)
importFrom(leaflet,colorFactor)
importFrom(leaflet,fitBounds)
importFrom(leaflet,leaflet)
importFrom(leaflet,leafletOutput)
importFrom(leaflet,leafletProxy)
importFrom(leaflet,renderLeaflet)
importFrom(leaflet,scaleBarOptions)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(magrittr,extract)
importFrom(sf,st_bbox)
importFrom(sf,st_coordinates)
importFrom(sf,st_length)
importFrom(sf,st_linestring)
importFrom(sf,st_point)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(tmap,tm_borders)
importFrom(tmap,tm_fill)
importFrom(tmap,tm_grid)
importFrom(tmap,tm_lines)
importFrom(tmap,tm_shape)
importFrom(tmap,tm_symbols)
importFrom(tmap,tm_text)
importFrom(utils,head)
importFrom(utils,read.table)
importFrom(utils,tail)
useDynLib(trajectory, .registration = TRUE)