Nothing
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')
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.