envalysis
An R package containing miscellaneous functions for data analysis in environmental chemistry and ecotoxicolog.
https://github.com/zsteinmetz/envalysis
Category: Natural Resources
Sub Category: Soil and Land
Keywords
analytics chemistry ecotoxicology environment soil
Last synced: about 3 hours ago
JSON representation
Repository metadata
Miscellaneous Functions for Environmental Analyses
- Host: GitHub
- URL: https://github.com/zsteinmetz/envalysis
- Owner: zsteinmetz
- License: gpl-3.0
- Created: 2015-05-24T14:07:42.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T08:42:30.000Z (6 months ago)
- Last Synced: 2024-10-29T19:58:08.123Z (6 months ago)
- Topics: analytics, chemistry, ecotoxicology, environment, soil
- Language: R
- Homepage: http://zsteinmetz.de/envalysis/
- Size: 7.03 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 12
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
README.md
envalysis
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.
Functions
The following functions are available:
Data manipulation and analysis
- Calculating limits of detection
lod()
and limits of quantificationloq()
as part of the'calibration'
class to produce linear calibration curves
in accordance with German DIN 32645 (2008); see
vignette for
details - Calculating concentrations from calibration curves using
inv_predict()
- Finding optimum weights for weighted calibrations using
weight_select()
- Estimating matrix effects (signal suppression/enhancement) with
matrix_effect()
- Determining particle size distributions and soil texture classes (DIN/USDA)
measured with a soil hydrometer in accordance with ASTM D422-63 (2007) using
texture()
; see
vignette for details - Confidence intervals
CI()
, standard errorsse()
, and root mean square
errorsrmse()
- Various sorption isotherms
sorption()
Data presentation
- Categorize water drop penetration times according to Bisdom et al. (1993)
withbisdom()
- Report significant figures, namely round means and errors to the least
significant digit, usingsignifig()
- Clean, black-and-white ggplot2 theme for scientific publications
theme_publish()
; a preview is available
here
Installation
envalysis is available on CRAN and GitHub.
Install from CRAN (stable version)
You can install the released version of envalysis from
CRAN with:
install.packages("envalysis")
Install from GitHub (development version)
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")
Owner metadata
- Name: Zacharias Steinmetz
- Login: zsteinmetz
- Email:
- Kind: user
- Description: Environmental Scientist fascinated with R, data analysis, and open science. Investigating the fate of plastics and organic pollutants in agroecosystems.
- Website: https://zsteinmetz.de
- Location: Germany
- Twitter:
- Company: RPTU Kaiserslautern-Landau, iES Landau
- Icon url: https://avatars.githubusercontent.com/u/10266826?u=2ebaec3c86734a20dfed2794f7c47aecf875418c&v=4
- Repositories: 12
- Last ynced at: 2024-05-01T10:08:21.417Z
- Profile URL: https://github.com/zsteinmetz
GitHub Events
Total
- Push event: 2
- Fork event: 1
Last Year
- Push event: 2
- Fork event: 1
Committers metadata
Last synced: 6 days ago
Total Commits: 260
Total Committers: 4
Avg Commits per committer: 65.0
Development Distribution Score (DDS): 0.535
Commits in past year: 5
Committers in past year: 1
Avg Commits per committer in past year: 5.0
Development Distribution Score (DDS) in past year: 0.0
Name | Commits | |
---|---|---|
Zacharias Steinmetz | s****z@p****e | 121 |
Zacharias Steinmetz | s****z@u****e | 78 |
Zacharias Steinmetz | g****t@z****e | 60 |
unknown | g****t@R****n | 1 |
Committer domains:
Issue and Pull Request metadata
Last synced: 1 day ago
Total issues: 1
Total pull requests: 0
Average time to close issues: about 2 hours
Average time to close pull requests: N/A
Total issue authors: 1
Total pull request authors: 0
Average comments per issue: 1.0
Average comments per pull request: 0
Merged pull request: 0
Bot issues: 0
Bot pull requests: 0
Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- thomasp85 (1)
Top Pull Request Authors
Top Issue Labels
- bug (1)
Top Pull Request Labels
Package metadata
- Total packages: 1
-
Total downloads:
- cran: 484 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 10
- Total maintainers: 1
cran.r-project.org: envalysis
Miscellaneous Functions for Environmental Analyses
- Homepage: https://github.com/zsteinmetz/envalysis
- Documentation: http://cran.r-project.org/web/packages/envalysis/envalysis.pdf
- Licenses: GPL (≥ 3)
- Latest release: 0.7.0 (published about 1 year ago)
- Last Synced: 2025-04-26T12:02:49.429Z (1 day ago)
- Versions: 10
- Dependent Packages: 0
- Dependent Repositories: 1
- Downloads: 484 Last month
-
Rankings:
- Stargazers count: 19.328%
- Dependent repos count: 23.828%
- Average: 25.376%
- Downloads: 27.295%
- Forks count: 27.756%
- Dependent packages count: 28.675%
- Maintainers (1)
Dependencies
- R >= 4.0.0 depends
- drc * imports
- ggplot2 * imports
- lmtest * imports
- MASS * suggests
- data.table * suggests
- knitr * suggests
- rmarkdown * suggests
- soiltexture * suggests
- testthat >= 3.0.0 suggests
- tibble * suggests
- actions/checkout v2 composite
- actions/upload-artifact main composite
- r-lib/actions/check-r-package v1 composite
- r-lib/actions/setup-pandoc v1 composite
- r-lib/actions/setup-r v1 composite
- r-lib/actions/setup-r-dependencies v1 composite
- JamesIves/github-pages-deploy-action v4.4.1 composite
- actions/checkout v3 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- actions/checkout v3 composite
- actions/upload-artifact v3 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
Score: 9.65194452670022