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
- Host: GitHub
- URL: https://github.com/seelab/enar
- Owner: SEELab
- Created: 2013-09-05T16:52:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-10-11T14:56:17.000Z (7 months ago)
- Last Synced: 2026-04-05T07:54:23.150Z (24 days ago)
- Language: HTML
- Homepage: https://seelab.github.io/enaR/
- Size: 29.8 MB
- Stars: 25
- Watchers: 12
- Forks: 12
- Open Issues: 24
- Releases: 8
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
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
[](https://github.com/SEELab/enaR/actions/workflows/pkgdown.yaml)
[](https://github.com/SEELab/enaR/actions/workflows/R-CMD-check.yaml)
[](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
- Name: Systems Ecology and Ecoinformatics Laboratory
- Login: SEELab
- Email:
- Kind: organization
- Description:
- Website: http://people.uncw.edu/borretts/
- Location: University of North Carolina Wilmington
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/6361753?v=4
- Repositories: 9
- Last ynced at: 2024-03-27T11:17:19.430Z
- Profile URL: https://github.com/SEELab
GitHub Events
Total
- Release event: 1
- Pull request event: 20
- Fork event: 1
- Issues event: 10
- Watch event: 3
- Issue comment event: 12
- Push event: 31
- Create event: 4
Last Year
- Watch event: 1
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 | 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:
- 152-20-221-151.rev.uncw.edu: 1
- uncw.edu: 1
- nau.edu: 1
- fas.harvard.edu: 1
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
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
- 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