abmame

A package built off of the abmAnimalMovement package, with additional features for movement barriers

https://github.com/margaret-swift/abmame

Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

A package built off of the abmAnimalMovement package, with additional features for movement barriers

Basic Info
  • Host: GitHub
  • Owner: margaret-swift
  • License: gpl-3.0
  • Language: C++
  • Default Branch: main
  • Size: 233 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed over 2 years ago
Metadata Files
Readme License Citation

README.md

abmAME

DOI


abmAME, or "abmAnimalMovementExtension" extends the abmAnimalMovement package functionality to include: - Introduction of linear barriers (e.g. fences, roads, rivers) with a perceived permeability for the species/sex/individual being modeled. - Extension of matrix-based landscapes to include real-world georeferenced rasters in simulated agent step choices. - [TODO] Hierarchical expansion of shelter use to define both local and global movement restrictions. - [TODO] Seasonal-based selection of landscape rasters and shelter attraction strength in agent movement choices.


The abmAnimalMovement package simulates animal movement use a discrete time agent-based model, programmed in C++ via the Rcpp package. The simulations include a number of key internal and external movement influences, as well as parameters for navigation and mobility capacity of the animal.

A more complete description of the package, alongside a demonstration can be found at DOI: TBC. Or a draft version of that manuscript within the package Github here.


Installation

Install the fencing extension to the abmAnimalMovement package

To install this package:

install.packages("devtools") devtools::install_github("margaret-swift/abmAME")

Installation of abmAnimalMovement

Install from CRAN

To install abmAnimalMovement from CRAN:

``` install.packages("abmAnimalMovement")

```

Install with GitHub

To install the development versions of the abmAnimalMovement package from GitHub, use the install_github function from the devtools library.

install.packages("devtools") devtools::install_github("BenMMarshall/abmAnimalMovement")

Core simulation function

The abm_simulate() function is the main purpose of the package. Guidance on how to parametrise the simulation can be found in accompanying documentation; however, a more detailed walk-through can be found in the preprint COMING SOON. <!-- add link here when ready -->

Owner

  • Name: Margaret Swift
  • Login: margaret-swift
  • Kind: user
  • Location: Durham, NC
  • Company: Duke University

ecology PhD candidate at Duke University

GitHub Events

Total
Last Year