Skip to content

inrae/RCaNmodel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CaNmodel

What is CaNmodel aimed at? Statement of need

RCaNmodel and RCaNmodelconstructor primarily aim at implenting food-web models based on a Chance and Necessity approach. Details and relation with pre-existing tools can be found in the statement of need of this document. As a summary, those model focus on trophic exchanges between preys and predators while accouting for the intrinsic stochasticity of nature and the existence of physical laws. The R package RCaNmodel facilitates the modelling process (model construction and validation, model exploration, output analysis), while the RCaNconstructor GUI provides an interactive/intuitive interface to support a participatory framework.

RCaNmodel installation

For RCaNmodel installation, please look here

RCaNconstructor installation

For RCaNconstructor installation, please look here (click on "Assets" in the section corresponding to your platform)

Usage

A vignette is provided with the package to explain how it should be used.

Contributing

Any peoples interested can contribute by filling bug or providing feature request as Issues on GitHub. If you want to suggest new pieces of code, please fork the project and create a pull request:

  • Fork the Project
  • Create a new branch (git checkout -b feature/mybranch)
  • edit the code and commit the changes (git commit -m 'this is the changes to be reviewed')
  • Push (git push origin feature/mybranch)
  • Open a Pull Request.