-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
66 lines (46 loc) · 1.49 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
output:
md_document:
variant: markdown_github
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
[![Build Status](https://api.travis-ci.org/mskyttner/swedishbirdtrends.png)](https://travis-ci.org/mskyttner/swedishbirdtrends)
This is a package - `swedishbirdtrends` - that distributes Swedish bird population trend data (currently from 2016-02-16) from the Swedish Bird Inventory Facility <http://www.fageltaxering.lu.se> along with some interactive web user interfaces presenting this data.
The package does not provide real-time, online bird monitoring data and therefore it can be used offline.
## Install
The development version from Github
```{r eval=FALSE}
install.packages("devtools")
devtools::install_github("ropensci/plotly")
devtools::install_github("mskyttner/swedishbirdtrends")
```
Then load the package
```{r}
suppressWarnings(suppressPackageStartupMessages(library(swedishbirdtrends)))
```
## Use Swedish bird population trend data
Inspect the bundled data:
```{r}
data("birdtotals")
data("birdtrends")
birdtotals
birdtrends
```
## Explore Swedish Bird Population trends interactively
```{r eval=FALSE}
runShinyApp("birdtrends")
```
## Compare Swedish Bird species longterm trends
```{r eval=FALSE}
runShinyApp("birdtotals")
```
## Meta
* Please [report any issues or bugs](https://github.com/mskyttner/swedishbirdtrends/issues).
* License: AGPL