-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
67 lines (66 loc) · 1.75 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
64
65
66
67
# Generated by roxygen2: do not edit by hand
export(add_traj_identifier)
export(archive_cluster_endpoints)
export(clear_dir)
export(collate_endpts)
export(convert_openair)
export(create_clusmeans_analogue)
export(find_new_endpts)
export(format_obj_DELPCT)
export(format_trajdata_clusterfreqs)
export(get_class_percentages)
export(get_cluslists)
export(get_clusmeans_tdump)
export(get_cluster_percentages)
export(get_freq_polygrid)
export(make_INFILE)
export(plot_DELPCT)
export(read_DELPCT)
export(read_cluslist)
export(read_endpoint_file)
export(read_meanclus_tdump)
export(recode_cluslist)
export(recode_clusmean)
export(retro_cluster)
export(trim_trajdata_shp)
export(trim_trajdata_shp_metrics)
export(update_cluslist)
importFrom(chron,times)
importFrom(cowplot,theme_cowplot)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,recode)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,semi_join)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(geosphere,distGeo)
importFrom(geosphere,geomean)
importFrom(magrittr,"%>%")
importFrom(pracma,isempty)
importFrom(raster,crs)
importFrom(rlist,list.rbind)
importFrom(sf,st_as_sf)
importFrom(sf,st_join)
importFrom(sp,coordinates)
importFrom(sp,spTransform)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_pad)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(utils,txtProgressBar)