-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
57 lines (56 loc) · 1.36 KB
/
NAMESPACE
File metadata and controls
57 lines (56 loc) · 1.36 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
# Generated by roxygen2: do not edit by hand
export(animate_p)
export(animate_pag)
export(animate_pga)
export(distance_plot)
export(explore_mobloc)
export(map_best_server)
export(map_mob_cells)
export(map_p)
export(map_pag)
export(map_pg)
export(map_pga)
export(map_sig_strength)
export(mobvis_settings)
export(mobvis_settings_animation)
export(mobvis_settings_interactive)
export(radiation_plot)
export(setup_sig_strength_model)
export(signal_dominance_plot)
export(sim_devices_at_t)
export(sim_get_cellplan)
export(sim_get_prob)
export(sim_get_raster)
export(sim_get_region)
export(sim_get_signal_strength)
export(sim_get_trajectory_data)
export(sim_get_trajectory_routes)
import(data.table)
import(ggplot2)
import(mobloc)
import(readr)
import(sf)
import(shiny)
import(tmap)
import(viridisLite)
importFrom(RColorBrewer,brewer.pal)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(gridExtra,grid.arrange)
importFrom(raster,brick)
importFrom(raster,coordinates)
importFrom(raster,crop)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,raster)
importFrom(raster,setValues)
importFrom(shinyjs,disable)
importFrom(shinyjs,useShinyjs)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,starts_with)
importFrom(tidyr,unnest)
importFrom(tidyr,unnest_wider)
importFrom(utils,read.csv)