inbo/habkey
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
---
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 = file.path("man", "figures", "README-"),
out.width = "100%"
)
```
<!-- badges: start -->
[](https://www.repostatus.org/#concept)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://raw.githubusercontent.com/inbo/checklist/refs/heads/main/inst/generic_template/gplv3.md)
[](https://github.com/inbo/habkey/releases)





[](https://app.codecov.io/gh/inbo/habkey?branch=main)
<!-- badges: end -->
# habkey: Habitatsleutel
[Wouters, Jan](https://orcid.org/0000-0001-8200-9102)[^aut][^cre][^INBO]
[Lommelen, Els](https://orcid.org/0000-0002-3481-5684)[^aut][^INBO]
[Instituut voor Natuur- en Bosonderzoek (INBO)](mailto:info%40inbo.be)[^cph][^fnd]
[Agentschap voor Natuur en Bos (ANB)](mailto:natuurenbos%40vlaanderen.be)[^fnd]
[^aut]: author
[^cre]: contact person
[^INBO]: Instituut voor Natuur- en Bosonderzoek (INBO)
[^cph]: copyright holder
[^fnd]: funder
**keywords**: vegetatie; identificatie; classificatie
<!-- description: start -->
Identificeren van vegetatie-opnamen aan de hand van habitatsleutels.
<!-- description: end -->
## Installation
You can install the development version from
[GitHub](https://github.com/) with:
``` r
# install.packages("remotes")
remotes::install_git("https://github.com/inbo/habkey")
```
## Example
This is a basic example which shows you how to solve a common problem:
```{r example}
library(habkey)
## basic example code
```