envalysis
is an R package containing miscellaneous functions for data analyses in environmental chemistry and ecotoxicology. Provides, e.g., calibration() to calculate calibration curves and corresponding limits of detection (LODs) and quantification (LOQs) according to German DIN 32645:2008-11. texture() makes it easy to estimate soil particle size distributions from hydrometer measurements (ASTM D422-63(2007)e2). Some functions of the package require ggplot2
or drc
.
Currently, the following functions are available:
CI()
rmse()
lod()
and limit of quantification (LOQ) loq()
as part of the calibration
class to make linear calibration curves according to German DIN 32645:2008-11sorption()
texture()
; see vignette for detailsbisdom()
signifig()
theme_publish()
; a preview is available hereenvalysis
is available on github. To install the package, paste the following code into your R console (requires devtools
):
if (!'devtools' %in% installed.packages()[,'Package']) install.packages('devtools')
devtools::install_github('zsteinmetz/envalysis')
require(envalysis)