Nothing
context("filter_duplicates")
las <- example
test_that("filter_duplicates works with LAS", {
las@data <- rbind(las@data, las@data)
las = lidR:::lasupdateheader(las)
las = filter_duplicates(las)
expect_equal(npoints(las), 30L)
})
#test_that("filter_duplicates works with LAScatalog", {
#
#})
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.