-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
97 lines (96 loc) · 3.27 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
# Generated by roxygen2: do not edit by hand
export(cleanAge)
export(cleanRawData)
export(count_visited_cages_per_interval)
export(get_24hour_tour_processed)
export(get_24hour_tour_raw)
export(get_apsp)
export(get_coords)
export(get_count_cage_visits)
export(get_crossing_summary)
export(get_daily_mean_speed)
export(get_dirsave)
export(get_dist_1h)
export(get_dist_1m)
export(get_dist_5m)
export(get_distance)
export(get_distribution_duration)
export(get_double_reads)
export(get_duration_inCageLevel)
export(get_duration_inCages)
export(get_duration_overlap)
export(get_entropy_duration)
export(get_length_crossing_summary)
export(get_locomotion_distance)
export(get_mean_duration_cageLevelCategory)
export(get_mean_hourlyDistance_perDay)
export(get_mean_pianka_index)
export(get_mice_per_group)
export(get_pairwise_niche_overlap)
export(get_speed)
export(get_total_duration)
export(get_transition_distr)
export(get_up.1h)
export(manipulatedDate_distance_hourly)
export(plot_cageVisits_after_bedding_change)
export(plot_cage_distribution_cutOutiers)
export(plot_crossing_distance_duration_speed)
export(plot_distance_daily_xAxisAge)
export(plot_distance_daily_xAxisWeek)
export(plot_distance_hourly_xAxisAge)
export(plot_distance_hourly_xAxisAge_miceTogether)
export(plot_distance_hourly_xAxisDay)
export(plot_distance_hourly_xAxisDay_smooth)
export(plot_distance_hourly_xAxisDay_stackedBar)
export(plot_duration_absoluteFreq_AllTubes_hist)
export(plot_duration_absoluteFreq_LinearTube_hist_customized)
export(plot_duration_absoluteFreq_freqpoly_linearCages)
export(plot_duration_absoluteFreq_freqpoly_tubes)
export(plot_duration_absoluteFreq_linearCages_hist)
export(plot_duration_absoluteFreq_linearCages_hist_customized)
export(plot_duration_absoluteFreq_upDownTube_hist)
export(plot_duration_cage_distribution)
export(plot_duration_distr_cageLevelCategory)
export(plot_duration_heatmap_distr)
export(plot_duration_heatmap_entropy)
export(plot_duration_heatmap_total)
export(plot_duration_overlap)
export(plot_duration_relativeFreq_LinearCages_hist_customized)
export(plot_duration_relativeFreq_freqpoly_linearCages_customized)
export(plot_duration_relativeFreq_freqpoly_tubes_customized)
export(plot_duration_relativeFreq_tubes_hist_customized)
export(plot_heatmap_count_cage_visits_hourly)
export(plot_heatmap_duration_inCages_hourly)
export(plot_locomotion_distance_heatmap)
export(plot_locomotion_distance_phases_heatmap)
export(plot_locomotion_distance_phases_line)
export(plot_locomotion_distance_phases_panel_line)
export(plot_mean_hourlyDistance_perDay_xAxisDay_bar)
export(plot_mean_pianka_index)
export(plot_pairwise_niche_overlap)
export(plot_speed_cage_distribution)
export(plot_speed_daily_xAxisDay_bar)
export(plot_speed_distribution)
export(plot_speed_frequency_hist)
export(plot_speed_frequency_poly)
export(plot_transition_tube_xAxisID)
export(plot_transition_tube_xAxisWeek)
export(readAge)
export(readData)
export(read_adj_list)
export(save_12hour_tour)
export(save_24hour_tour)
export(set_day)
import(dplyr)
import(lubridate)
import(purrr)
import(stringr)
importFrom(cowplot,plot_grid)
importFrom(crayon,green)
importFrom(data.table,as.ITime)
importFrom(data.table,fwrite)
importFrom(grid,grid.draw)
importFrom(magrittr,"%>%")
importFrom(stringr,str_replace)
importFrom(tcltk,tk_choose.dir)
importFrom(tcltk,tk_choose.files)