tests/testthat/test-anlz_prdmatrix.R

test_that("Checking anlz_prdmatrix", {
  
  result <- anlz_prdmatrix(mod, doystr = 90, doyend = 180) 
  
  expect_is(result, 'data.frame')

})

test_that("Checking anlz_prdmatrix for anlz_avgseason", {
  
  result <- anlz_prdmatrix(mod, doystr = 90, doyend = 180, avemat = T) 
  
  expect_is(result, 'data.frame')
  
})

Try the wqtrends package in your browser

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

wqtrends documentation built on Sept. 11, 2024, 9:04 p.m.