The goal of RESY is to use so-called expert files to assign vegetation plots to types.
The function resy_classify() is the core function to classify vegetation plots, which,
depending on the rules need to include also site data.
Insert figure here. Perhaps of Europe
The package is available on CRAN, you can install and load it using the following commands:
install.packages("RESY")
library("RESY")RESY is still under active development. You can install the development version from the GitHub repository using the following commands:
# install.packages("devtools")
remotes::install_github(
"https://github.com/florian-jansen/resy",
dependencies = TRUE
)
library(RESY)We have written several vignettes to help you use the RESY R package:
vignette("EUNIS")vignette("Get altitude data")
An overview of all functions and data is given in the tab Reference.
Thank you for finding it. Head over to the GitHub Issues tab and let us know about it. Alternatively, you can also send us an email. We will try to get to it as soon as possible!