-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
50 lines (49 loc) · 1.14 KB
/
Copy pathNAMESPACE
File metadata and controls
50 lines (49 loc) · 1.14 KB
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
# Generated by roxygen2: do not edit by hand
S3method(find_epoch,hms)
S3method(find_epoch,numeric)
S3method(find_epoch,tbl_df)
S3method(na_as,Date)
S3method(na_as,Duration)
S3method(na_as,Interval)
S3method(na_as,POSIXct)
S3method(na_as,POSIXlt)
S3method(na_as,Period)
S3method(na_as,character)
S3method(na_as,difftime)
S3method(na_as,hms)
S3method(na_as,integer)
S3method(na_as,logical)
S3method(na_as,numeric)
export(actogram)
export(aggregate_index)
export(find_epoch)
export(get_from_zenodo)
export(get_raw_data)
export(get_sun_stats)
export(na_approx)
export(na_locf)
export(na_overall_mean)
export(na_overall_median)
export(na_overall_mode)
export(na_plot)
export(na_spline)
export(na_weekly_mean)
export(na_zero)
export(periodogram)
export(read_acttrust)
export(spectrogram)
export(sri)
export(state_prop)
export(write_acttrust)
importFrom(dplyr,"%>%")
importFrom(ggplot2,"%+%")
importFrom(hms,hms)
importFrom(lifecycle,deprecate_soft)
importFrom(lubridate,"%m-%")
importFrom(lubridate,"%within%")
importFrom(lubridate,duration)
importFrom(lubridate,interval)
importFrom(lubridate,period)
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,.data)