Nothing
test_that("Checking show_mettrndseason class", {
result <- show_mettrndseason(mod, doystr = 90, doyend = 180, justify = 'left', win = 5, ylab = 'Chlorophyll-a (ug/L)', nsim = 10)
expect_is(result, 'ggplot')
})
test_that("Checking show_mettrndseason class with cmbn as T", {
result <- show_mettrndseason(mod, doystr = 90, doyend = 180, justify = 'left', win = 5, ylab = 'Chlorophyll-a (ug/L)', cmbn = T, nsim = 10)
expect_is(result, 'ggplot')
})
test_that("show_mettrndseason throws an error if cols length is not 4 for cmbn as F", {
expect_error(show_mettrndseason(mod, fils = c('red', 'blue'), nsim = 10), "Four names or colors must be provided")
})
test_that("show_mettrndseason throws an error if cols length is not 3 for cmbn as T", {
expect_error(show_mettrndseason(mod, fils = c('red', 'blue'), cmbn = T, nsim = 10), "Three names or colors must be provided")
})
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.