Package: hexDensity 1.4.5
hexDensity: Fast Kernel Density Estimation with Hexagonal Grid
Kernel density estimation with hexagonal grid for bivariate data. Hexagonal grid has many beneficial properties like equidistant neighbours and less edge bias, making it better for spatial analyses than the more commonly used rectangular grid. Carr, D. B. et al. (1987) <doi:10.2307/2289444>. Diggle, P. J. (2010) <doi:10.1201/9781420072884>. Hill, B. (2017) <https://blog.bruce-hill.com/meandering-triangles>. Jones, M. C. (1993) <doi:10.1007/BF00147776>.
Authors:
hexDensity_1.4.5.tar.gz
hexDensity_1.4.5.zip(r-4.5)hexDensity_1.4.5.zip(r-4.4)hexDensity_1.4.5.zip(r-4.3)
hexDensity_1.4.5.tgz(r-4.4-x86_64)hexDensity_1.4.5.tgz(r-4.4-arm64)hexDensity_1.4.5.tgz(r-4.3-x86_64)hexDensity_1.4.5.tgz(r-4.3-arm64)
hexDensity_1.4.5.tar.gz(r-4.5-noble)hexDensity_1.4.5.tar.gz(r-4.4-noble)
hexDensity_1.4.5.tgz(r-4.4-emscripten)hexDensity_1.4.5.tgz(r-4.3-emscripten)
hexDensity.pdf |hexDensity.html✨
hexDensity/json (API)
# Install 'hexDensity' in R: |
install.packages('hexDensity', repos = c('https://chenlaboratory.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/chenlaboratory/hexdensity/issues
Last updated 2 months agofrom:a632625bac. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 03 2024 |
R-4.5-win-x86_64 | OK | Nov 03 2024 |
R-4.5-linux-x86_64 | OK | Nov 03 2024 |
R-4.4-win-x86_64 | OK | Nov 03 2024 |
R-4.4-mac-x86_64 | OK | Nov 03 2024 |
R-4.4-mac-aarch64 | OK | Nov 03 2024 |
R-4.3-win-x86_64 | OK | Nov 03 2024 |
R-4.3-mac-x86_64 | OK | Nov 03 2024 |
R-4.3-mac-aarch64 | OK | Nov 03 2024 |
Exports:grid.hexagontilehexbinFullhexContourhexDensitymeanderingTrianglesplotHexDensityxy2hcell
Dependencies:deldirhexbinlatticeMatrixpolyclipspatstat.dataspatstat.geomspatstat.univarspatstat.utils
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Draw hexagon tiles with grid package | grid.hexagontile |
Hexagonal binning with whole grid output. | hexbinFull |
Generate contour for a hexagonal grid. | hexContour |
Kernel Density Estimation with Hexagonal grid. | hexDensity |
Meandering triangles for hexagonal grid in C++ | meanderingTriangles |
Plotting method for hexagonal Kernel Density Estimation | plotHexDensity |
Find the hexagon cells from xy coordinates given a hexbin object. | xy2hcell |