knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Tools to analyse biologger data collected in the Arctic Ecology Lab. Primarily for GPS and accelerometer data, but maybe also some geolocators and heart rate loggers. PLease add an issue to the GitHub issues page for the package if you encounter any problems, would like me to add something, or want to make a contribution to the package.
You can install this package from github with GitHub with:
# install.packages("devtools") devtools::install_github("allisonglider/seabiRds")
To install the package with vignettes containing helpful examples use:
# install.packages("devtools") devtools::install_github("allisonglider/seabiRds", build_vignettes = T)
This will take you to an example of how to process data from Ecotone GPS devices:
library(seabiRds) vignette(topic = 'Ecotone-GPS-Example', package = 'seabiRds')
This will take you to an example of how to process data from Technosmart GPS devices:
library(seabiRds) vignette(topic = 'Technosmart-GPS-Example', package = 'seabiRds')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.