Skip to content

Commit

Permalink
Merge pull request #4 from g-rppl/dev
Browse files Browse the repository at this point in the history
update README.md
  • Loading branch information
g-rppl authored Dec 20, 2023
2 parents 87e7fc5 + e7c02db commit b496662
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,14 @@ library(devtools)
install_github("g-rppl/stantrackr")
```

## Details

This package provides two main functions: `locate()` and `track()`. The first function calculates location estimates based on antenna bearing and signal strength. The second function estimates individual flight paths based on the estimated locations using random walk models written in [Stan](https://mc-stan.org/).

## Example workflow

```r
library(motusTrack)
library(stantrackr)
library(tidyverse)
library(sfheaders)
library(leaflet)
Expand Down Expand Up @@ -74,10 +78,6 @@ ggplot(fit) +
scale_color_viridis_c()
```

## Details

This package provides two main functions: `locate()` and `track()`. The first function calculates location estimates based on antenna bearing and signal strength. The second function estimates individual flight paths based on the estimated locations using random walk models written in [Stan](https://mc-stan.org/).

## References

Auger‐Méthé, M., Newman, K., Cole, D., Empacher, F., Gryba, R., King, A. A., ... & Thomas, L. (2021). A guide to state–space modeling of ecological time series. *Ecological Monographs*, 91(4), e01470. doi: [10.1002/ecm.1470](https://doi.org/10.1002/ecm.1470)
Expand Down

0 comments on commit b496662

Please sign in to comment.