Nothing
las <- random_10_points
test_that("header bbox is updated", {
Zm <- las[["Max Z"]]
las@header@PHB[["Max Z"]] <- 5
las <- las_update(las)
expect_equal(las[["Max Z"]], Zm)
})
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.