-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
59 lines (42 loc) · 1.66 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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
library(eunis.habitats)
```
# eunis.habitats <a href="https://www.pattern.institute/eunis.habitats/"><img src="man/figures/logo.svg" align="right" height="139" /></a>
<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/eunis.habitats)](https://CRAN.R-project.org/package=eunis.habitats)
[![R-CMD-check](https://github.com/patterninstitute/eunis.habitats/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/patterninstitute/eunis.habitats/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
`{eunis.habitats}` is an R data package that provides the EUNIS habitat
classification in tidy format.
## Installation
Install from CRAN:
``` r
install.packages("eunis.habitats")
```
## EUNIS classifications
The data set `eunis_habitats` provides the four EUNIS classifications:
1. EUNIS classification from 2007, revised in 2012.
2. EUNIS marine classification from 2019
3. EUNIS marine classification from 2022
4. EUNIS terrestrial classification from 2021
See
[`vignette("eunis-classification")`](https://www.pattern.institute/eunis.habitats/articles/eunis-classification.html)
to learn more.
## Crosswalks
Use the helper `crosswalk()` to map habitat codes across classification systems:
- EUNIS habitat classifications
- European Red List of Habitats
- Habitats Directive Annex I
See
[`vignette("crosswalks")`](https://www.pattern.institute/eunis.habitats/articles/crosswalks.html)
for more details.