Code Monkey home page Code Monkey logo

envalysis's Introduction

envalysis

Miscellaneous Functions for Environmental Analyses

CRAN version Project Status R-CMD-check Codecov test coverage License Downloads DOI

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 quantification loq() 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 errors se(), and root mean square errors rmse()
  • Various sorption isotherms sorption()

Data presentation

  • Categorize water drop penetration times according to Bisdom et al. (1993) with bisdom()
  • Report significant figures, namely round means and errors to the least significant digit, using signifig()
  • 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")

envalysis's People

Contributors

zsteinmetz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

envalysis's Issues

Issues with next version of ggplot2

Hi

We preparing the next release of ggplot2 and our reverse dependency checks show that your package is failing with the new version. Looking into it we see that this is due to changes in the warnings and errors thrown by ggplot2 that you test for in your package

You can install the release candidate of ggplot2 using devtools::install_github('tidyverse/[email protected]') to test this out.

We plan to submit ggplot2 by the end of October and hope you can have a fix ready before then

Kind regards
Thomas

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.