Nothing
test_that("FWHM returns correct values", {
time_series <- c(
rep(10, 3),
rep(11, 3),
rep(10, 3)
)
expect_equal(musclesyneRgies::FWHM(time_series), 3)
expect_equal(musclesyneRgies::FWHM(time_series, sub_minimum = FALSE), length(time_series))
})
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.