-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
147 lines (146 loc) · 3.79 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
# Generated by roxygen2: do not edit by hand
export(add_centroid)
export(align_timeseries)
export(calculate_kinematics)
export(calculate_speed)
export(calculate_statistics)
export(calculate_straightness)
export(check_confidence)
export(check_na_gapsize)
export(check_na_timing)
export(check_pose)
export(classify_by_stability)
export(classify_by_threshold)
export(classify_high_periods)
export(classify_low_periods)
export(does_file_have_expected_headers)
export(ensure_file_has_expected_headers)
export(ensure_file_has_headers)
export(filter_highpass)
export(filter_highpass_fft)
export(filter_kalman)
export(filter_kalman_irregular)
export(filter_lowpass)
export(filter_lowpass_fft)
export(filter_movement)
export(filter_na_confidence)
export(filter_na_roi)
export(filter_na_speed)
export(filter_rollmean)
export(filter_rollmedian)
export(filter_sgolay)
export(find_lag)
export(find_peaks)
export(find_troughs)
export(get_example_data)
export(get_metadata)
export(ggplot_na_gapsize)
export(group_every)
export(init_metadata)
export(map_to_cartesian)
export(map_to_polar)
export(plot_position_timeseries)
export(plot_speed_timeseries)
export(read_animalta)
export(read_bonsai)
export(read_deeplabcut)
export(read_idtracker)
export(read_lightningpose)
export(read_movement)
export(read_sleap)
export(read_trackball)
export(read_treadmill)
export(read_trex)
export(replace_na)
export(replace_na_linear)
export(replace_na_locf)
export(replace_na_spline)
export(replace_na_stine)
export(replace_na_value)
export(rotate_coords)
export(set_framerate)
export(set_individual)
export(set_start_datetime)
export(set_uuid)
export(transform_to_egocentric)
export(translate_coords)
export(validate_animalta)
export(validate_deeplabcut_csv)
export(validate_files)
export(validate_time)
export(validate_trackball)
import(anytime)
import(circular)
import(dplyr)
import(rhdf5)
import(tidyr)
import(tidyselect)
import(vroom)
importFrom(circular,circular)
importFrom(circular,is.circular)
importFrom(cli,cli_abort)
importFrom(cli,cli_inform)
importFrom(cli,cli_warn)
importFrom(collapse,fmean)
importFrom(collapse,fmedian)
importFrom(collapse,fsd)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,after_stat)
importFrom(ggplot2,alpha)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,stat_bin)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,theme_linedraw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggtext,element_markdown)
importFrom(grDevices,nclass.Sturges)
importFrom(janitor,clean_names)
importFrom(lifecycle,deprecated)
importFrom(methods,hasArg)
importFrom(patchwork,plot_annotation)
importFrom(patchwork,plot_layout)
importFrom(patchwork,wrap_plots)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(roll,roll_mean)
importFrom(roll,roll_median)
importFrom(scales,rescale)
importFrom(signal,butter)
importFrom(signal,filtfilt)
importFrom(signal,sgolayfilt)
importFrom(stats,approx)
importFrom(stats,ccf)
importFrom(stats,complete.cases)
importFrom(stats,fft)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,spline)
importFrom(stinepack,stinterp)
importFrom(stringi,stri_rand_strings)
importFrom(utils,download.file)
importFrom(vroom,vroom)