quadtree
: An R package for region quadtreesquadtree
provides functionality for working with raster-like quadtrees (called “region quadtrees”), which allow for variable-sized cells.
library(quadtree)
data(habitat, package = "quadtree") # load sample data
qt <- quadtree(habitat, .03, "sd") # create a quadtree
The package can be installed from CRAN using install.packages()
:
The development version can be installed from GitHub using devtools::install_github()
:
Visit the package website for more information.
quadtree
packageThe best way to learn about the package is by reading the vignettes, which are available through R and through the package website. I’d suggest reading the vignettes in this order: