https://github.com/calbertsen/argostrack
R package for fitting animal movement models to Argos (or other types of location) data
https://github.com/calbertsen/argostrack
animal animal-behavior argos-data c-plus-plus gps-data movement movement-ecology r r-package solar-geolocator tracking
Last synced: 3 months ago
JSON representation
R package for fitting animal movement models to Argos (or other types of location) data
- Host: GitHub
- URL: https://github.com/calbertsen/argostrack
- Owner: calbertsen
- Created: 2014-09-17T13:29:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T12:15:51.000Z (about 3 years ago)
- Last Synced: 2025-04-08T17:05:55.897Z (6 months ago)
- Topics: animal, animal-behavior, argos-data, c-plus-plus, gps-data, movement, movement-ecology, r, r-package, solar-geolocator, tracking
- Language: R
- Homepage:
- Size: 20.5 MB
- Stars: 12
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
# argosTrack: Fit Movement Models to Argos Data for Marine Animals
## Installing
The `argosTrack` package requires [`TMB`](https://github.com/kaskr/adcomp) to be installed.
```{r, echo = FALSE, results='hide'}
a<-available.packages("https://cran.rstudio.com/contrib/main")
```
```{r, echo = FALSE, eval=FALSE}
install.packages("argosTrack")
```
The development version of argosTrack can be installed with
```{r, eval=FALSE}
devtools::install_github("calbertsen/argosTrack")
```