Giter Club home page Giter Club logo

siplab's Introduction

siplab - Spatial Individual-Plant Simulation

An R platform for computing competition indices and experimenting with spatially explicit individual-based vegetation models.

influence

Installation

Install the stable version from CRAN: install.packages("siplab")
or from the RStudio menus: Tools > Install Packages... > siplab

For testing the bleeding-edge development version from here use devtools::install_github("ogarciav/siplab")

Quick demo

Computing Hegyi's competition index:

hegyi <- pairwise(spruces, maxR=6, kernel=powers.ker,
    kerpar=list(pi=1, pj=1, pr=1, smark=1))
head(marks(hegyi))

Areas of Brown's APAs (aka Dirichlet cells or Voronoi polygons):

trees <- spruces
marks(trees) <- 100
apa <- assimilation(trees)
summary(marks(apa))

Vignettes (drafts)

  1. Computing Hegyi’s (and other) Competition Indices.
  2. A Gentle Guide to Fully Spatial Models

References:

  • García, O. (2014). "Siplab, a spatial individual-based plant modelling system". Computational Ecology and Software 4(4): 215-222. PDF
  • García, O. (2014). "A generic approach to spatial individual-based modelling and simulation of plant communities". Mathematical and Computational Forestry and Nat.-Res. Sci. (MCFNS) 6(1), 36-47. PDF
  • García, O. (2014). "Can plasticity make spatial structure irrelevant in individual-tree models?" Forest Ecosystems 1, 16. PDF
  • Lee, M. J. and García, O. (2016). "Plasticity and Extrapolation in Modeling Mixed-Species Stands". Forest Science 62(1): 1-8. PDF

siplab's People

Contributors

ogarciav avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.