test_that("TR003 - TPM",{
d <- rbind(c(1,2,3,4),c(5,6,7,8), c(9,10,0,12), c(5,32,0,76));
s1 <- as.matrix(d);
s2 <- tpmDSAVE(s1);
expect_equal(s2[2,1],250000, info = "TR003: TPM", tolerance=1e-20)
expect_equal(s2[3,4],120000, info = "TR003: TPM", tolerance=1e-20)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.