mirror of
https://github.com/agdamsbo/stRoke.git
synced 2024-11-22 04:50:23 +01:00
5 lines
183 B
R
5 lines
183 B
R
test_that("pase_calc works", {
|
|
expect_equal(median(pase_calc(stRoke::pase)[,13],na.rm=TRUE), 128.625)
|
|
expect_equal(median(pase_calc(stRoke::pase,TRUE)[,13],na.rm=TRUE), 116.2)
|
|
})
|