-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
50 lines (34 loc) · 2.34 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
---
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%"
)
```
# clueRIO <a href='https://github.com/luckinet/cluerio/'><img src='man/figures/logo.svg' align="right" height="200" /></a>
<!-- badges: start -->
[](https://CRAN.R-project.org/package=cluerio)
[](https://github.com/luckinet/cluerio/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/luckinet/cluerio?branch=main)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
<!-- badges: end -->
The [CLUMondo](https://www.environmentalgeography.nl/site/data-models/models/clumondo-model/) model is a dynamic, spatially explicit, land use and land cover change model. clueRIO manages input/output for setting up the file-structure required for successfully configuring and running a CLUE model. This acts as an interface that enables users to build and document scenarios based on such models quickly and in a script-based fashion.
The most up-to-date version is typically a command line version. This R-package has the aim to simplify specifying all files needed to successfully run that version. Please make sure to reference not only this R-package, but also the references on the website and in particular *Van Asselen, S., Verburg, P.H., 2013. Land cover change or land-use intensification: simulating land system change with a global-scale land change model. Global Change Biology 19, 3648–3667*.
# Installation
1. Install the official version from CRAN:
```{r, eval=FALSE}
# install.packages("clueRIO")
```
or the latest development version from github:
```{r, eval=FALSE}
devtools::install_github("luckinet/clueRIO")
```
2. Read the mentioned paper and the CLUMondo documentation.
2. Read the vignette on ...
- [Getting Started](https://luckinet.github.io/clueRIO/articles/getting_started.html)
- [Use Cases](https://luckinet.github.io/clueRIO/articles/use_cases.html)