CRAN
marelac 2.1.9
Tools for Aquatic Sciences
Released Jun 3, 2018 by Karline Soetaert
Dependencies
Datasets, constants, conversion factors, and utilities for 'MArine', 'Riverine', 'Estuarine', 'LAcustrine' and 'Coastal' science. The package contains among others: (1) chemical and physical constants and datasets, e.g. atomic weights, gas constants, the earths bathymetry; (2) conversion factors (e.g. gram to mol to liter, barometric units, temperature, salinity); (3) physical functions, e.g. to estimate concentrations of conservative substances, gas transfer and diffusion coefficients, the Coriolis force and gravity; (4) thermophysical properties of the seawater, as from the UNESCO polynomial or from the more recent derivation based on a Gibbs function.
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>marelac</artifactId> <version>2.1.9-b1</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:marelac')
Test Results
This package was last tested against Renjin 0.9.2657 on Aug 18, 2018.
- AtmComp-examples
- AtomicWeight-examples
- Bathymetry-examples
- Constants-examples
- Oceans-examples
- air_density-examples
- air_spechum-examples
- convert_RtoS-examples
- convert_StoCl-examples
- convert_StoR-examples
- convert_T-examples
- convert_p-examples
- convert_salinity-examples
- coriolis-examples
- diffcoeff-examples
- earth_surf-examples
- gas_O2sat-examples
- gas_satconc-examples
- gas_schmidt-examples
- gas_solubility-examples
- gas_transfer-examples
- gravity-examples
- molvol-examples
- molweight-examples
- redfield-examples
- ssd2rad-examples
- sw_adtgrad-examples
- sw_alpha-examples
- sw_beta-examples
- sw_comp-examples
- sw_conserv-examples
- sw_cp-examples
- sw_dens-examples
- sw_depth-examples
- sw_enthalpy-examples
- sw_entropy-examples
- sw_gibbs-examples
- sw_kappa-examples
- sw_kappa_t-examples
- sw_sfac-examples
- sw_svel-examples
- sw_tfreeze-examples
- sw_tpot-examples
- vapor-examples
- vapor.hPa-examples
- vertmean-examples
- viscosity-examples