-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
84 lines (83 loc) · 2.03 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Generated by roxygen2: do not edit by hand
S3method("$<-",s_group)
S3method("[",c_grouping)
S3method("[",sftrack)
S3method("[",sftraj)
S3method("[<-",c_grouping)
S3method("[<-",s_group)
S3method("[[<-",sftrack)
S3method("[[<-",sftraj)
S3method("active_group<-",c_grouping)
S3method("active_group<-",sftrack)
S3method("active_group<-",sftraj)
S3method(as.data.frame,c_grouping)
S3method(as_sftrack,data.frame)
S3method(as_sftrack,ltraj)
S3method(as_sftrack,sf)
S3method(as_sftrack,sftraj)
S3method(as_sftraj,data.frame)
S3method(as_sftraj,ltraj)
S3method(as_sftraj,sf)
S3method(as_sftraj,sftrack)
S3method(c,c_grouping)
S3method(c,s_group)
S3method(cbind,sftrack)
S3method(format,c_grouping)
S3method(format,s_group)
S3method(geom_sftrack,sftrack)
S3method(geom_sftrack,sftraj)
S3method(group_labels,c_grouping)
S3method(group_labels,sftrack)
S3method(group_labels,sftraj)
S3method(group_names,c_grouping)
S3method(group_names,sftrack)
S3method(group_names,sftraj)
S3method(plot,sftrack)
S3method(plot,sftraj)
S3method(print,c_grouping)
S3method(print,s_group)
S3method(print,sftrack)
S3method(print,sftraj)
S3method(rbind,sftrack)
S3method(rbind,sftraj)
S3method(st_coordinates,sftraj)
S3method(str,c_grouping)
S3method(summary,c_grouping)
S3method(summary,sftrack)
S3method(summary,sftraj)
export("active_group<-")
export(active_group)
export(as_sftrack)
export(as_sftraj)
export(calc_sort_index)
export(check_NA_coords)
export(check_NA_group)
export(check_group_id)
export(check_group_names)
export(check_names_exist)
export(check_ordered)
export(check_t_regular)
export(check_time)
export(coord_traj)
export(dup_timestamp)
export(fix_zero)
export(geom_sftrack)
export(group_labels)
export(group_names)
export(is_linestring)
export(make_c_grouping)
export(make_s_group)
export(make_step_geom)
export(merge_traj)
export(new_sftrack)
export(new_sftraj)
export(pts_traj)
export(step_metrics)
export(step_recalc)
export(summary_sftrack)
export(which_duplicated)
import(sf)
importFrom(graphics,lcm)
importFrom(graphics,plot)
importFrom(stats,aggregate)
importFrom(utils,str)