Watch
1
0
Fork
You've already forked digiRhythm
0
mirror of https://github.com/agroscope-ch/digiRhythm.git synced 2026-08-17 12:42:13 +00:00
  • R 99.2%
  • Shell 0.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-02-13 14:22:34 +01:00
.github Website 2024-07-25 14:24:29 +02:00
data included a dataframe of timedata 2023-01-18 13:01:25 +01:00
examples changes 2026-02-11 16:29:38 +01:00
inst/extdata Updated the data and their documentation. First version to be CRAN friendly. Need to add some test functions later. 2021-10-28 23:27:16 +02:00
man Changed the name of sliding_DI function to diurnality_customTimes 2024-11-06 15:55:11 +01:00
old_codes Revamped the Lomb Scargle Periodogram function and made it more customized to the DigiRhythm package. Removed the lomb dependency. Updated a couple of examples and vignettes. 2022-07-15 12:06:11 +02:00
original_codes follows previous commit 2024-12-19 18:00:52 +01:00
R Follow previous commits + added code to analyze SFF data 2024-12-19 18:17:03 +01:00
tests Prettify all the codes with the package styler 2024-07-16 08:23:56 +02:00
vignettes Website 2024-07-25 14:24:29 +02:00
.gitignore new script added for the manuscript 2025-02-06 17:46:32 +01:00
.Rbuildignore Modified some styling 2024-07-25 14:20:01 +02:00
.readthedocs.yaml Revamped the Lomb Scargle Periodogram function and made it more customized to the DigiRhythm package. Removed the lomb dependency. Updated a couple of examples and vignettes. 2022-07-15 12:06:11 +02:00
_pkgdown.yml Website 2024-07-25 14:24:29 +02:00
build_cran_package.sh Fixed the bug caused by the debian gcc flavor build on CRAN 2024-12-19 13:19:53 +01:00
DESCRIPTION changes 2026-02-11 16:29:38 +01:00
digiRhythm.Rproj deleted some files for Marie 2025-01-31 10:10:20 +01:00
LICENSE.md Added license file 2025-03-11 08:29:33 +01:00
NAMESPACE Changed the name of sliding_DI function to diurnality_customTimes 2024-11-06 15:55:11 +01:00
publiccode.yml changed publiccode 2026-02-13 14:22:34 +01:00
README.md Update README.md 2024-11-06 15:56:28 +01:00
README.Rmd Fixed the date issue in the DFC function after the lubridate update 2024-12-19 18:00:27 +01:00

readme

digiRhythm

digiRhythm is an R library developed at Agroscope and provides a set of tools to analyze and visualize the rhythmic behavior of animals. It mainly focuses on the Degree of Functional Coupling (0 < DFC < 1), a measure used by several scientists to assess the welfare of animals. The library also provides tools to compute the diurnality index, to visualize the actogram and the average activity.

This repository contains the most updated version of the library, while the CRAN package and its vignettes could be found at CRAN.

The library is still under development and we are working on adding more functionalities to it. If you have any suggestions or you want to contribute to the library, please feel free to contact us. Email: hassan-roland.nasser@agroscope.admin.ch or hassan.nasser@me.com

Installation

You can install the development version from GitHub with:

#Uncomment the below two lines if you use the library for the first time of if
#you want to update the library
#install.packages("devtools")
#devtools::install_github("nasserdr/digiRhythm", dependencies = TRUE)

Examples:

You can access few examples from the vignettes provided along with the package, either on the package website or from the Vignettes:

Website Vignettes