A few helpful functions for working with GGIR (actigraphy) output. More may be added as necessary.
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.