Navigation Menu

Skip to content

Lobz/facilitation

Repository files navigation

facilitation

Travis-CI Build Status CRAN Status License

A Rcpp framework for plant-plant interactions IBMs

Installing the package

install.packages("facilitation")
library(facilitation)
vignette("facilitation")

Development version

If you want to install the latest development snapshot, install and load the library devtools:

install.packages("devtools")
library(devtools)

Then install the master version from GitHub and load it:

install_github(repo = 'Lobz/facilitation', build_vignettes = TRUE)
library(facilitation)
vignette("facilitation")