CRAN
AquaEnv 1.0-4
Integrated Development Toolbox for Aquatic Chemical Model Generation
Released Sep 6, 2016 by Karline Soetaert
Dependencies
Toolbox for the experimental aquatic chemist, focused on acidification and CO2 air-water exchange. It contains all elements to model the pH, the related CO2 air-water exchange, and aquatic acid-base chemistry for an arbitrary marine, estuarine or freshwater system. It contains a suite of tools for sensitivity analysis, visualisation, modelling of chemical batches, and can be used to build dynamic models of aquatic systems. As from version 1.0-4, it also contains functions to calculate the buffer factors.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>AquaEnv</artifactId> <version>1.0-4-b17</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:AquaEnv')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- K0_CO2-examples
- K0_O2-examples
- K_BOH3-examples
- K_CO2-examples
- K_H2PO4-examples
- K_H2S-examples
- K_H3PO4-examples
- K_HCO3-examples
- K_HF-examples
- K_HPO4-examples
- K_HSO4-examples
- K_NH4-examples
- K_SiOH4-examples
- K_SiOOH3-examples
- K_W-examples
- Ksp_aragonite-examples
- Ksp_calcite-examples
- gauge_p-examples
- watdepth-examples