-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
90 lines (89 loc) · 2.23 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
# Generated by roxygen2: do not edit by hand
export(.onAttach)
export(LMEdaynight)
export(LMEreport)
export(activeboutLength_onefish)
export(activeboutMax_onefish)
export(activeboutMean_onefish)
export(activeboutMin_onefish)
export(activeboutNum_onefish)
export(activeboutStd_onefish)
export(activeboutSum_onefish)
export(activityCompressibility_onefish)
export(activityFractalDim_onefish)
export(activityPercentageTimeActive_onefish)
export(activityRegression_onefish)
export(activitySunsetStartle)
export(activityTotalPx_onefish)
export(addGenotypefXColnames)
export(addTimetoRAWs)
export(adjustPixel)
export(afterLastSlash)
export(appendRAWs)
export(averageFramerate)
export(beforeLastSlash)
export(behaviourParameter)
export(calculateFingerprint)
export(convertDV)
export(diff2)
export(dvSorter)
export(expMerger)
export(fainterExp)
export(fingerprintSimilarity)
export(framesToActiveInactiveTransitions)
export(gatherFiles)
export(genotypeGenerator)
export(getLowerTri)
export(getUpperTri)
export(ggActivityTraceByGroup)
export(ggActivityTraceGrid)
export(ggDeltaPx)
export(ggFingerprint)
export(ggFingerprintGrid)
export(ggFramerate)
export(ggPairwiseHeat)
export(ggParameter)
export(ggParameterGrid)
export(ggSleepGrid)
export(ggSleepLatencyGrid)
export(ggSleepLatencySurvival)
export(ggSleepTraceByGroup)
export(importGenotype)
export(importRAWs)
export(levelUpPath)
export(multiBehaviourParameter)
export(param2Title)
export(param2shortName)
export(paramReadPivot)
export(parentFolder)
export(rawToMiddur)
export(replacePulses)
export(scaleFromStartle)
export(sem)
export(sleepHours_onefish)
export(sleepLatency_onefish)
export(sleepNapDuration_onefish)
export(sleepNumNaps_onefish)
export(splitFramesbyDayNight)
export(splitFramesbyWoi)
export(strNthSplit)
export(substrEnding)
export(summaryActivityCourse)
export(transitionsToActiveBoutStartStop)
export(vpSorter)
export(whatSlash)
import(dplyr)
import(ggplot2)
importFrom(data.table,":=")
importFrom(dplyr,"%>%")
importFrom(dplyr,all_of)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarise_at)
importFrom(tibble,add_column)
importFrom(tibble,add_row)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)