dwww Home | Show directory contents | Find package

context(".irregular")

test_that(".irregularScore", {
  expect_equal(MALDIquant:::.irregularScore(1:10), 0)
  expect_equal(MALDIquant:::.irregularScore((1:10)[-8]), 1/7)
})

Generated by dwww version 1.15 on Thu May 23 17:20:53 CEST 2024.