summary.Quadtree | R Documentation |
Quadtree
Prints out information about a Quadtree
.
Information shown is:
class of object
number of cells
minimum cell size
extent
projection
minimum and maximum values
## S4 method for signature 'Quadtree'
summary(object)
## S4 method for signature 'Quadtree'
show(object)
object |
a |
no return value
library(quadtree)
habitat <- terra::rast(system.file("extdata", "habitat.tif", package="quadtree"))
qt <- quadtree(habitat, .1)
summary(qt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.