Nothing
context("Testing ch_fdcurve")
test_that("ch_fdcurve correctly returns values", {
flow <- CAN05AA008
test <- ch_fdcurve(flow, normal = FALSE, gust = TRUE)
expect_true(test$flow[1] <= 9.78 & test$flow[25] >= 11.9)
})
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.