-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
63 lines (62 loc) · 1.64 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
# Generated by roxygen2: do not edit by hand
export(bbox_map)
export(calc_distance)
export(get_arcgis_map_image)
export(get_bbox_from_gpx_table)
export(get_elevdata_from_bbox)
export(get_elevdata_list)
export(get_elevdata_long)
export(get_enriched_gpx_table)
export(get_image_overlay)
export(get_table_from_gpx)
export(plot_2d_animation)
export(plot_2d_elevdata)
export(unlabel_elevdata)
export(video_animation)
export(video_animation_rayshade)
export(video_util_infly)
import(ggplot2)
import(httr)
import(rayshader)
import(sp)
importFrom(RANN,nn2)
importFrom(gganimate,transition_reveal)
importFrom(ggmap,get_stamenmap)
importFrom(ggmap,ggmap)
importFrom(glue,glue)
importFrom(grDevices,as.raster)
importFrom(grDevices,col2rgb)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(grDevices,terrain.colors)
importFrom(graphics,image)
importFrom(graphics,text)
importFrom(jsonlite,toJSON)
importFrom(jsonlite,unbox)
importFrom(magick,image_animate)
importFrom(magick,image_append)
importFrom(magick,image_flip)
importFrom(magick,image_flop)
importFrom(magick,image_read)
importFrom(magick,image_write)
importFrom(magrittr,"%>%")
importFrom(plotKML,readGPX)
importFrom(png,readPNG)
importFrom(raster,crop)
importFrom(raster,extend)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,getData)
importFrom(raster,raster)
importFrom(raster,res)
importFrom(reshape2,melt)
importFrom(rlang,.data)
importFrom(scales,colour_ramp)
importFrom(sp,CRS)
importFrom(sp,coordinates)
importFrom(sp,proj4string)
importFrom(sp,spTransform)
importFrom(stringr,str_replace)
importFrom(utils,flush.console)
importFrom(viridisLite,viridis)