-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathREADME.Rmd
More file actions
31 lines (22 loc) · 1.05 KB
/
README.Rmd
File metadata and controls
31 lines (22 loc) · 1.05 KB
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
---
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%"
)
```
## *iStructureMetaco*: an R package for the analysis of the internal structure of metacommunities.
<!-- badges: start -->
<!-- badges: end -->
The goal of 'iStructureMetaco' is to provide functions to simulate metacommunities using a process-based colonization-extinction model. This package also provides wrapper functions to use Joint Species Distribution Models from the package [HMSC](https://github.com/guiblanchet/HMSC) (Guillaume, 2019). All functions and analysis provided as examples are associated to our publication 'The Internal Structure of Metacommunities' (Leibold, et.al. 2021).
## Installation
You can install the development version from [GitHub](https://github.com/javirudolph/iStructureMetaco) with:
``` r
# install.packages("devtools")
devtools::install_github("javirudolph/iStructureMetaco")
```