Nothing
### Truck_volumen
test_that("Test whether the truck_volumen works", {
data("pc_tree")
to_test <- trunk_volume(pc_tree, max.height = 1.75, plot = FALSE)
expect_equal(as.numeric(round(to_test, 4)), 0.0717, info = "Trunk volume")
})
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.