# Test that the number of trees that is sent to ransac function is the same
# number that is output from it
test_that("number of tree returns is number of tree inputs", {
expect_equal(max(las_slice@data$treeID), max(fit_df[,6]))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.