quadtree
: An R package for region quadtrees
quadtree
provides functionality for working with raster-like quadtrees (called âregion quadtreesâ), which allow for variable-sized cells.
library(quadtree)
habitat <- terra::rast(system.file("extdata", "habitat.tif", package="quadtree")) # load sample data
qt <- quadtree(habitat, .03, "sd") # create a quadtree
Installation
The package can be installed from CRAN using install.packages()
:
install.packages("quadtree")
The development version can be installed from GitHub using devtools::install_github()
:
# install.packages("devtools")
devtools::install_github("dfriend21/quadtree")
Documentation
Visit the package website for more information.
Learning how to use thequadtree
package
The 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:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4