Skip to content

arnanaraza/ExActR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R-CMD-check EcoEvoRxiv DOI:10.1016/j.ecoinf.2025.103072

ExActR: A Shiny App for Creating Ecosystem Extent Accounts

ExActR (Extent Accounts in R) is an open-source R Shiny application for generating ecosystem extent accounts using shapefiles, a geospatial vector data format. The app is designed to assist in integrating nature into sustainable decision-making by implementing the first pillar of the System of Environmental Economic Accounting–Ecosystem Accounting (SEEA-EA) framework.

Features

  • Multiple Timepoints Support: Generate extent accounts for consecutive pairs of timepoints to accommodate dynamic ecosystem assessments over multiple periods.
  • Interactive Visualizations: Create both interactive (Leaflet) and static maps for each timepoint.
  • Land Cover Change Analysis: Produce bar plots illustrating land type composition and changes over time.
  • Data Export: Copy tables into multiple formats, including LaTeX, for seamless integration into reports.
  • Versatility: Compatible with any spatial grouping variable and adaptable to various land cover classification systems.
  • User-Friendly Interface: Built with R Shiny for an interactive and responsive user experience.

Prerequisites

To install and use the app locally

  • R (version 4.0 or higher)
  • RStudio (recommended)
  • Git (if cloning the repository)

Installation

# Install devtools if not already installed
install.packages("devtools")

# Install ExActR from GitHub
devtools::install_github("gibbona1/ExActR")

Usage

library(ExActR)

# Run the Shiny app
run_app()

A demo deployment of the Extent Account Shiny App is available here

TODO: General documentation Instructions

About

A Shiny App for Creating Ecosystem Extent Accounts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 91.4%
  • JavaScript 6.3%
  • HTML 1.2%
  • CSS 1.1%