enaR

Provides a set of high-level functions for conducting ecological network analysis.
https://github.com/seelab/enar

Category: Biosphere
Sub Category: Species Distribution Modeling

Last synced: about 8 hours ago
JSON representation

Repository metadata

enaR = Ecological Network Analysis in R

README.Rmd

          ---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# enaR: Tools for Ecological Network Analysis


[![pkgdown](https://github.com/SEELab/enaR/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/SEELab/enaR/actions/workflows/pkgdown.yaml)
[![R-CMD-check](https://github.com/SEELab/enaR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/SEELab/enaR/actions/workflows/R-CMD-check.yaml)


[![DOI](https://zenodo.org/badge/12623293.svg)](https://zenodo.org/badge/latestdoi/12623293)


`enaR` provides a set of high-level functions for conducting ecological network analysis (ENA). These functions allow users to access the many tools developed over decades of work by ecologists looking for ways to measure aspects of the struture and functioning of complex ecological systems, such as food-webs or biogeochemical cycles. 

In addition to collecting the many ENA algorithms together into a
single, open-source toolbox,`enaR` also facilitates the import, construction and simulation of ecological network models. There are multiple functions for reading in data from many of the various model formats that have arisen over the years.

## Installation

You can install the current release `enaR` like so:

``` r
remotes::install_github("SEELab/enaR")
```

## Basic Usage

Load a model from our set of models included with the package and
generate the full set of ENA metrics and indicators:

```{r example}
library(enaR)
data(enaModels)
model <- enaModels[[8]]
model.ena <- enaAll(model)
```

You can now explore the many metrics produced for the model, such as
structural aspects of the model:

```{r metrics}
model.ena$structure
```

For a more in-depth introduction to ENA and how to use the
[enaR](https://cran.r-project.org/package=enaR) package, you can view
our [website](https://seelab.github.io/enaR/)

        

Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: about 11 hours ago

Total Commits: 500
Total Committers: 10
Avg Commits per committer: 50.0
Development Distribution Score (DDS): 0.602

Commits in past year: 1
Committers in past year: 1
Avg Commits per committer in past year: 1.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
mklau m****u@f****u 199
borretts s****t@g****m 130
mkl m****8@n****u 112
andybeet 2****t 32
Pawandeep Singh s****p@u****u 20
Pawandeep Singh s****p@1****u 2
David Hines d****1@B****l 2
The SEE Lab at UNCW e****r@g****m 1
Dave Hines d****1@g****m 1
borretts b****s@o****l 1

Committer domains:


Issue and Pull Request metadata

Last synced: 24 days ago

Total issues: 10
Total pull requests: 15
Average time to close issues: almost 5 years
Average time to close pull requests: 20 days
Total issue authors: 5
Total pull request authors: 2
Average comments per issue: 0.8
Average comments per pull request: 0.13
Merged pull request: 10
Bot issues: 0
Bot pull requests: 0

Past year issues: 1
Past year pull requests: 1
Past year average time to close issues: N/A
Past year average time to close pull requests: about 23 hours
Past year issue authors: 1
Past year pull request authors: 1
Past year average comments per issue: 0.0
Past year average comments per pull request: 1.0
Past year merged pull request: 1
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/seelab/enar

Top Issue Authors

  • MKLau (6)
  • hrdawson (1)
  • andybeet (1)
  • borretts (1)
  • Yokelison (1)

Top Pull Request Authors

  • andybeet (12)
  • MKLau (3)

Top Issue Labels

  • enhancement (5)
  • bug (2)
  • 1 - Ready (2)
  • medium priority (2)
  • high priority (2)
  • help wanted (1)
  • low priority (1)

Top Pull Request Labels


Dependencies

DESCRIPTION cran
  • R >= 3.1.0 depends
  • MASS * imports
  • gdata * imports
  • graphics * imports
  • limSolve * imports
  • network * imports
  • sna * imports
  • stats * imports
  • stringr * imports
  • utils * imports
  • R.rsp * suggests
  • codetools * suggests
  • igraph * suggests

Score: 6.194405391104672