- Notifications
You must be signed in to change notification settings - Fork2
diveMove is a GNU R package with tools to represent, visualize, filter, analyse, and summarize time-depth recorder (TDR) data. It also provides miscellaneous functions for handling location data.
spluque/diveMove
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
diveMove is a GNU R package with tools to represent, visualize, filter,analyse, and summarize time-depth recorder (TDR) data. It also providesmiscellaneous functions for handling location data.
Read ?diveMove for a quick overview of the major functionality. A vignetteis also available by doing vignette("diveMove").
Dive analysis usually involves handling of large amounts of data, as newinstruments allow for frequent sampling of variables over long periods oftime. The aim of this package is to make this process more efficient forsummarizing and extracting information gathered by time-depth recorders(TDRs, hereafter). The principal motivation for developing diveMove was toprovide more flexibility during the various stages of analysis than isavailable in popular commercial software. This is achieved by making theresults from intermediate calculations easily accessible, allowing the userto make his/her own summaries beyond the default choices the packageprovides.
Get the released version from CRAN:
install.packages("diveMove")
Or the development version from GitHub:
# install.packages("devtools")devtools::install_github("spluque/diveMove")
Python users can access the package's functionality viascikit-diveMove.
About
diveMove is a GNU R package with tools to represent, visualize, filter, analyse, and summarize time-depth recorder (TDR) data. It also provides miscellaneous functions for handling location data.