Nothing
### Tree_metrics
test_that("Test whether the tree_metrics works", {
data("pc_tree")
to_test <- tree_metrics(pc_tree)
expect_equal(round(to_test$Height, 4), 6.0365, info = "Height")
expect_equal(round(to_test$Crown_area, 4), 28.5489, info = "Crown_area")
expect_equal(round(to_test$DBH, 4), 0.2002, info = "DBH")
})
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.