powered by
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 Quadtree summary(object)# S4 method for Quadtree show(object)
# S4 method for Quadtree show(object)
no return value
a Quadtree object
library(quadtree) habitat <- terra::rast(system.file("extdata", "habitat.tif", package="quadtree")) qt <- quadtree(habitat, .1) summary(qt)
Run the code above in your browser using DataLab