Learn R Programming

quadtree (version 0.1.14)

summary.Quadtree: Show a summary of a Quadtree

Description

Prints out information about a Quadtree. Information shown is:

  • class of object

  • number of cells

  • minimum cell size

  • extent

  • projection

  • minimum and maximum values

Usage

# S4 method for Quadtree
summary(object)

# S4 method for Quadtree show(object)

Value

no return value

Arguments

object

a Quadtree object

Examples

Run this code
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