tests/testthat/test_gee_respir.r

test_that("does gee() calc gee correctly?", {
	expect_equal(round(gee(1,2,3,4,5,6,7)), 388)
})#end test_that("does gee() calc gee correctly?", {

test_that("does respir calculate the correct respiration values?", {
	expect_equal(respir(tair = 1, alpha = 2, beta = 3, lc = "DBF", isa = .5, evi = .5), 2.5)
})#end test_that("does respir calculate the correct respiration values?", {
BlueGrisGris/vpRm documentation built on Oct. 29, 2022, 7:17 a.m.