library(knitr) ## use pngquant to reduce size of PNG images knit_hooks$set(pngquant = hook_pngquant) pngquant <- "--speed=1 --quality=0-25" # in case pngquant isn't available if (!nzchar(Sys.which("pngquant"))) pngquant <- NULL
This vignette runs the code to make most of the supplementary figures from the following paper:
Dick JM. 2019. CHNOSZ: Thermodynamic calculations and diagrams for geochemistry. Frontiers in Earth Science 7: 180. doi: 10.3389/feart.2019.00180
This vignette was compiled on r Sys.Date()
with JMDplots r packageDescription("JMDplots")$Version
and CHNOSZ r packageDescription("CHNOSZ")$Version
.
library(JMDplots)
chnosz10S1()
chnosz10S2()
chnosz10S3()
findit()
calculations for sulfur species (Figure S4)This feature and figure were removed in CHNOSZ 2.0.0 and JMDplots 1.2.17, respectively. Please refer to earlier versions of the packages.
chnosz10S5()
chnosz10S6A()
chnosz10S6B()
chnosz10S7()
chnosz10S8()
chnosz10S9()
chnosz10S10()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.