Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ quadtree Public

❗ This is a read-only mirror of the CRAN R package repository. quadtree — Region Quadtrees for Spatial Data. Homepage: https://github.com/dfriend21/quadtree/https://dfriend21.github.io/quadtree/ Report bugs for this package: https://github.com/dfriend21/quadtree/issues/

License

Notifications You must be signed in to change notification settings

cran/quadtree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 the quadtree 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:

  1. Creating Quadtrees
  2. Using Quadtrees
  3. Finding LCPs

About

❗ This is a read-only mirror of the CRAN R package repository. quadtree — Region Quadtrees for Spatial Data. Homepage: https://github.com/dfriend21/quadtree/https://dfriend21.github.io/quadtree/ Report bugs for this package: https://github.com/dfriend21/quadtree/issues/

Resources

License

Stars

Watchers

Forks

Packages

No packages published