test_that("testing the model Proba_pH", {
expect_equal(Proba_pH(4,4.34,5.93), 0)
expect_equal(Proba_pH(6,4.34,5.93),1)
expect_equal(Proba_pH(5,4.34,5.93),0.606913967626592)
expect_equal(length(Proba_pH(c(5,4,7),4.34,5.93)),3)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.