-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
49 lines (48 loc) · 1.04 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
# Generated by roxygen2: do not edit by hand
export(abs_sum_ts)
export(amd_ts)
export(amplitude_ts)
export(angle)
export(area_q1)
export(area_q2)
export(area_q3)
export(area_q4)
export(area_ts)
export(csi)
export(ecc_metric)
export(fqr_ts)
export(fslope_ts)
export(get_all_areas)
export(gyration_radius)
export(iqr_ts)
export(kurt_ts)
export(max_ts)
export(mean_ts)
export(median_ts)
export(min_ts)
export(mse_ts)
export(polar_balance)
export(polar_plot)
export(skew_ts)
export(sqr_ts)
export(std_ts)
export(sum_ts)
export(tqr_ts)
importFrom(cowplot,panel_border)
importFrom(cowplot,theme_cowplot)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guides)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_coordinates)
importFrom(sf,st_crop)
importFrom(sf,st_geometry)
importFrom(sf,st_length)
importFrom(sfheaders,sf_cast)
importFrom(sfheaders,sf_polygon)
useDynLib(sitsfeats, .registration = TRUE)