projection | R Documentation |
Quadtree
Retrieves the projection of a Quadtree
.
## S4 method for signature 'Quadtree'
projection(x)
## S4 replacement method for signature 'Quadtree'
projection(x) <- value
x |
a |
value |
character; the projection to assign to the
|
a string
library(quadtree)
habitat <- terra::rast(system.file("extdata", "habitat.tif", package="quadtree"))
qt <- quadtree(habitat, .1)
quadtree::projection(qt) <- "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs"
quadtree::projection(qt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.