-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.05 KB
/
DESCRIPTION
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
Package: zeitgebr
Title: Analysis of Circadian Behaviours
Date: 2020-04-22
Version: 0.3.5
Authors@R: c(
person("Quentin", "Geissmann", role = c("aut", "cre"), email = "[email protected]"),
person("Luis", "Garcia", role = c("aut"), email = "[email protected]")
)
Description: Use behavioural variables to compute period, rhythmicity and other circadian parameters.
Methods include computation of chi square periodograms (Sokolove and Bushell (1978) <DOI:10.1016/0022-5193(78)90022-X>),
Lomb-Scargle periodograms (Lomb (1976) <DOI:10.1007/BF00648343>, Scargle (1982) <DOI:10.1086/160554>, Ruf (1999) <DOI:10.1076/brhm.30.2.178.1422>),
and autocorrelation-based periodograms.
Depends:
R (>= 3.00),
behavr
Imports:
data.table,
lomb,
pracma,
WaveletComp
Suggests:
testthat,
covr,
knitr,
ggetho,
damr,
xsp
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/rethomics/zeitgebr
BugReports: https://github.com/rethomics/zeitgebr/issues
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE)