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)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.