We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug hotspot_gistar() reports automatically selected cell size even when grid is provided
To Reproduce
library(sfhotspot) memphis_grid <- memphis_population |> sf::st_transform("EPSG:2843") |> hotspot_grid(cell_size = 500) memphis_gistar <- memphis_robberies_jan |> sf::st_transform("EPSG:2843") |> hotspot_gistar(kde = FALSE, grid = memphis_grid) #> Cell size set to 500 metres automatically
Created on 2024-03-20 with reprex v2.1.0
Expected behavior A message reporting the automatically selected value of cell_size should only be produced when grid and cell_size are NULL.
cell_size
grid
NULL
The text was updated successfully, but these errors were encountered:
mpjashby
No branches or pull requests
Describe the bug
hotspot_gistar() reports automatically selected cell size even when grid is provided
To Reproduce
Created on 2024-03-20 with reprex v2.1.0
Expected behavior
A message reporting the automatically selected value of
cell_size
should only be produced whengrid
andcell_size
areNULL
.The text was updated successfully, but these errors were encountered: