test_that("log auto TRUE", {
expect_true(utilMWRyscale(tst$accdat, param = 'E.coli'))
})
test_that("linear force FALSE", {
expect_false(utilMWRyscale(tst$accdat, param = 'E.coli', yscl = 'linear'))
})
test_that("linear auto FALSE", {
expect_false(utilMWRyscale(tst$accdat, param = 'DO'))
})
test_that("log force TRUE", {
expect_true(utilMWRyscale(tst$accdat, param = 'DO', yscl = 'log'))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.