Nothing
library(plantecophys)
context("Misc tests")
test_that("QUADP", {
expect_equal(plantecophys:::QUADP(0,0,0), 0)
expect_equal(plantecophys:::QUADM(0,0,0), 0)
expect_equal(plantecophys:::QUADM(0,1,1), -1)
expect_equal(plantecophys:::QUADP(0,1,1), -1)
expect_warning(plantecophys:::QUADP(1,2,3))
expect_warning(plantecophys:::QUADM(1,2,3))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.