tests/testthat/test-flux_drygas.R

test_that("works for co2", {
  expect_snapshot(
    flux_drygas(wet_conc, co2, h2o)
  )
})

test_that("works for h2o", {
  expect_snapshot(
    flux_drygas(wet_conc, h2o, h2o)
  )
})

Try the fluxible package in your browser

Any scripts or data that you put into this service are public.

fluxible documentation built on Sept. 12, 2025, 1:08 a.m.