The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Miscellaneous Functions for Environmental Analyses
envalysis is an R package containing miscellaneous functions for data analysis in environmental chemistry and ecotoxicology. Provides, for example, calibration()
to calculate calibration curves and corresponding limits of detection (LODs) and limits of quantification (LOQs) according to German DIN 32645 (2008). texture()
makes it easy to estimate soil particle size distributions from hydrometer measurements (ASTM D422-63, 2007). Some functions of the package require ggplot2 or drc.
The following functions are available:
lod()
and limits of quantification loq()
as part of the 'calibration'
class to produce linear calibration curves in accordance with German DIN 32645 (2008); see vignette for detailsinv_predict()
weight_select()
matrix_effect()
texture()
; see vignette for detailsCI()
, standard errors se()
, and root mean square errors rmse()
sorption()
bisdom()
signifig()
theme_publish()
; a preview is available hereenvalysis is available on CRAN and GitHub.
You can install the released version of envalysis from CRAN with:
To install the development version of this package, paste the following code into your R console (requires devtools):
if(!require(devtools)) install.packages("devtools")
devtools::install_github("zsteinmetz/envalysis")
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.