tests/testthat/test-AC.R

test_that("the AC vector is the expected length, with both default and changed lag values", {
  expect_equal(length(hmm_ac(system.file("extdata", "1DLHA2-7", package="protHMM"))), 80)
  expect_equal(length(hmm_ac(system.file("extdata", "1DLHA2-7", package="protHMM"), 5)), 100)
})

Try the protHMM package in your browser

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

protHMM documentation built on July 9, 2023, 6:10 p.m.