summary.Quadtree {quadtree}R Documentation

Show a summary of a Quadtree

Description

Prints out information about a Quadtree. Information shown is:

Usage

## S4 method for signature 'Quadtree'
summary(object)

## S4 method for signature 'Quadtree'
show(object)

Arguments

object

a Quadtree object

Value

no return value

Examples

library(quadtree)
habitat <- terra::rast(system.file("extdata", "habitat.tif", package="quadtree"))

qt <- quadtree(habitat, .1)
summary(qt)

[Package quadtree version 0.1.14 Index]