An open API service indexing awesome lists of open source software.

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

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")

```