tests/testthat/test-interp_plot.R

test_that("Checking output type for interp_plot", {
  p <- interp_plot(dat, Z = 1.85, interval = 900, param = 'DO_sat')
  expect_s3_class(p, 'ggplot')
})

Try the EBASE package in your browser

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

EBASE documentation built on Sept. 26, 2024, 1:08 a.m.