Skip to content

Commit

Permalink
add DOI badge to README
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBeal committed May 13, 2020
1 parent f2ca19d commit 8835833
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 7 additions & 5 deletions README.Rmd
Expand Up @@ -12,23 +12,25 @@ knitr::opts_chunk$set(
out.width = "100%"
)
```
# track2KBA
track2KBA
=========
[![DOI](https://zenodo.org/badge/170969026.svg)](https://zenodo.org/badge/latestdoi/170969026)

This package is comprised of functions that facilitate the identification of areas of importance for biodiversity, such as Key Biodiversity Areas (KBAs), based on individual tracking data. For further detail concerning the method itself, please refer to this [paper](https://onlinelibrary.wiley.com/doi/full/10.1111/ddi.12411) by Lacelles et al. (2016).

Key functions include utilities to estimate individual core use areas, the level of representativeness of the tracked sample, and overlay individual distributions to identify important aggregation areas. Other functions assist in plotting the results, formatting your data set, and splitting and summarizing individual foraging trips.

## Installation

Installation
=========
You can download the development version from [GitHub](https://github.com/) with:

``` {r, eval = FALSE}
install.packages("devtools", dependencies = TRUE)
devtools::install_github("BirdLifeInternational/track2kba", dependencies=TRUE) # add argument 'build_vignettes = FALSE' to speed it up
```

## Example

Example
=========
Now we will use tracking data collected at a seabird breeding colony to illustrate a `track2KBA` workflow for identifying important sites. It is important to note that the specific workflow you use (i.e. which functions and in what order) will depend on the species of interest and the associated data at hand.


Expand Down
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -3,6 +3,8 @@

# track2KBA

[![DOI](https://zenodo.org/badge/170969026.svg)](https://zenodo.org/badge/latestdoi/170969026)

This package is comprised of functions that facilitate the
identification of areas of importance for biodiversity, such as Key
Biodiversity Areas (KBAs), based on individual tracking data. For
Expand All @@ -16,7 +18,7 @@ individual distributions to identify important aggregation areas. Other
functions assist in plotting the results, formatting your data set, and
splitting and summarizing individual foraging trips.

## Installation
# Installation

You can download the development version from
[GitHub](https://github.com/) with:
Expand All @@ -26,7 +28,7 @@ install.packages("devtools", dependencies = TRUE)
devtools::install_github("BirdLifeInternational/track2kba", dependencies=TRUE) # add argument 'build_vignettes = FALSE' to speed it up
```

## Example
# Example

Now we will use tracking data collected at a seabird breeding colony to
illustrate a `track2KBA` workflow for identifying important sites. It is
Expand Down
8 changes: 2 additions & 6 deletions man/findKBA.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8835833

Please sign in to comment.