A Rcpp framework for plant-plant interactions IBMs
install.packages("facilitation")
library(facilitation)
vignette("facilitation")
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")