Description Usage Arguments Value
View source: R/Spatial_pre_processing.R
Create spatial attributes
1 2 | create_spatial_attributes(crime_data, block_boundaries_data, population_data,
h = 0.01, grid.size = 100L)
|
crime_data |
full crime dataset |
block_boundaries_data |
dataset of census block boundaries |
population_data |
dataset of population by census block |
h |
bandwidth for kernel density estimation |
grid.size |
grid size for kernel density estimation |
dataset with attributes added
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.