README.md

easyGGIR

A few helpful functions for working with GGIR (actigraphy) output. More may be added as necessary.

Installing easyGGIR

To install a package from github, first make sure the devtools package is installed and loaded.

library(devtools)

Then you can use the install_github function to install the package.

install_github("amyr-hodgson/easyGGIR", build_vignettes = TRUE)

To see the vignette:

browseVignettes("easyGGIR")

Please check that your data look as expected after using these functions, as they have not been tested by anyone other than myself.



amyr-hodgson/easyGGIR documentation built on Nov. 2, 2019, 1:46 p.m.