Nothing
describe("DB()", {
it("can estimate the stem diameter at the lowest major living branch.", {
expect_equal(DB(20), 16.05529)
expect_equal(DB(0), 0)
})
it("return `NA` when the diameter inputed is NA.", {
expect_equal(DB(NA), NA)
})
})
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.