Various routines to control scientific devices or to perform ecophysiological calculations.
Make sure you have the devtools R package installed:
install.packages("devtools")
Use install_github()
to install the econum package:
devtools::install_github("EcoNum/econum")
R should install all required dependencies automatically, and then it should compile and install econum.
Latest devel version also available in sources and Windows binaries at appveyor (only available if passing last Windows build!).
Make the econum package available in your R session:
library("econum")
Get help about this package:
library(help = "econum")