-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
111 lines (110 loc) · 2.9 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
# Generated by roxygen2: do not edit by hand
export(add_centroid)
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(clean_kinematics)
export(does_file_have_expected_headers)
export(ensure_file_has_expected_headers)
export(ensure_file_has_headers)
export(filter_by_confidence)
export(filter_by_speed)
export(get_metadata)
export(ggplot_na_gapsize)
export(group_every)
export(init_metadata)
export(map_to_cartesian)
export(map_to_polar)
export(na_interpolation)
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_missing)
export(set_start_datetime)
export(set_uuid)
export(smooth_by_savgol)
export(smooth_movement)
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(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,sgolayfilt)
importFrom(stats,approx)
importFrom(stats,spline)
importFrom(stinepack,stinterp)
importFrom(stringi,stri_rand_strings)
importFrom(vroom,vroom)