StreamPULSE is a community of researchers working to answer fundamental questions about ecosystem production and respiration in streams and rivers. The StreamPULSE project streampulse.org includes online tools for viewing, archiving, and cleaning data submitted by researchers from around the globe. It leverages metabolism modeling frameworks streamMetabolizer and BASE. This package facilitates data acquisition from the StreamPULSE database, data supplementation where necessary, formatting for streamMetabolizer or BASE, model fitting and prediction, and visualization of model outputs.
# in R
library(devtools)
install_github('streampulse/StreamPULSE')
See StreamPULSE's model page for an example of how to use this package.