forked from 16EAGLE/moveVis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
141 lines (140 loc) · 3.74 KB
/
Copy pathNAMESPACE
File metadata and controls
141 lines (140 loc) · 3.74 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
131
132
133
134
135
136
137
138
139
140
141
# Generated by roxygen2: do not edit by hand
S3method("[",moveVis)
S3method("[[",moveVis)
S3method(c,moveVis)
S3method(head,moveVis)
S3method(length,moveVis)
S3method(print,moveVis)
S3method(rev,moveVis)
S3method(tail,moveVis)
export("%>%")
export(add_colourscale)
export(add_gg)
export(add_labels)
export(add_northarrow)
export(add_progress)
export(add_scalebar)
export(add_text)
export(add_timestamps)
export(align_move)
export(animate_frames)
export(animate_move)
export(animate_raster)
export(animate_stats)
export(df2move)
export(example_data)
export(flush_cache)
export(frames_graph)
export(frames_spatial)
export(get_formats)
export(get_frametimes)
export(get_libraries)
export(get_maptypes)
export(join_frames)
export(render_frame)
export(subset_move)
export(suggest_formats)
export(use_disk)
export(use_multicore)
export(view_spatial)
importFrom(av,av_encode_video)
importFrom(av,av_muxers)
importFrom(basemaps,basemap_terra)
importFrom(basemaps,flush_cache)
importFrom(basemaps,get_maptypes)
importFrom(basemaps,gg_raster)
importFrom(ggnewscale,new_scale_colour)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,annotate)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,element_text)
importFrom(ggplot2,expr)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_nudge)
importFrom(ggplot2,quo)
importFrom(ggplot2,scale_colour_identity)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_fill_identity)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_linetype)
importFrom(ggplot2,scale_linewidth)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,waiver)
importFrom(gifski,gifski)
importFrom(grDevices,rainbow)
importFrom(lubridate,dseconds)
importFrom(magrittr,"%>%")
importFrom(move2,"mt_track_id<-")
importFrom(move2,mt_as_move2)
importFrom(move2,mt_n_tracks)
importFrom(move2,mt_set_track_data)
importFrom(move2,mt_time)
importFrom(move2,mt_time_column)
importFrom(move2,mt_time_lags)
importFrom(move2,mt_track_data)
importFrom(move2,mt_track_id)
importFrom(move2,mt_track_id_column)
importFrom(patchwork,wrap_plots)
importFrom(pbapply,pbapply)
importFrom(pbapply,pblapply)
importFrom(pbapply,pboptions)
importFrom(rlang,.data)
importFrom(s2,s2_interpolate_normalized)
importFrom(sf,"st_geometry<-")
importFrom(sf,sf_use_s2)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_distance)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_geometry)
importFrom(sf,st_intersects)
importFrom(sf,st_is_longlat)
importFrom(sf,st_line_interpolate)
importFrom(sf,st_linestring)
importFrom(sf,st_point)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_shift_longitude)
importFrom(sf,st_transform)
importFrom(stats,median)
importFrom(stats,setNames)
importFrom(terra,"time<-")
importFrom(terra,as.list)
importFrom(terra,crop)
importFrom(terra,datatype)
importFrom(terra,ext)
importFrom(terra,extract)
importFrom(terra,lapp)
importFrom(terra,minmax)
importFrom(terra,nlyr)
importFrom(terra,project)
importFrom(terra,rast)
importFrom(terra,sds)
importFrom(terra,time)
importFrom(terra,vect)
importFrom(terra,writeRaster)
importFrom(units,as_units)
importFrom(units,deparse_unit)
importFrom(units,set_units)
importFrom(units,ud_are_convertible)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,tail)