\donttest{
consumption <- sdc_raster(dwellings[1:2], variable = dwellings$consumption, r = 500)
sensitivity_score(consumption)
# same as
print(consumption)
# change the rules! A higher norm generates more sensitive cells
sensitivity_score(consumption, min_count = 20)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.