Description Details ENtest functions Author(s) References Examples
Test R code for EcoNum analyses, in particular, the carbochemostat.
Package: | ENtest |
Type: | Package |
Version: | 1.0-1 |
Date: | 2015-11-04 |
License: | MIT (see LICENSE file) |
LazyLoad: | yes |
flux() and conc() to calculate fluxes of chemical in the carbochemostat. pHDrift() to calculate pH according to a drif due to equilibration with air. checkId() and cie for calculations on samples Ids.
Philippe Grosjean phgrosjean@sciviews.org
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # To run the tests:
if (require(svUnit)) {
#clearLog()
## Not run:
## This test is now moved to the tests directory
#runTest(svSuite("package:ENtest"), "ENtest")
## End(Not run)
## Check errors at the end (needed to interrupt R CMD check)
#errorLog()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.