enterprises | R Documentation |
enterprises
is generated from the dutch open data
BAG register.
The locations are realistic, but the associated data is simulated.
enterprises
An object of class SpatialPointsDataFrame
with 8348 rows and 2 columns.
numeric
simulated production (lognormal).
logical simulated variable if an enterprise is fined or not.
Basisregistratie Adressen en Gebouwen: https://www.kadaster.nl/zakelijk/registraties/basisregistraties/bag/bag-producten
library(sdcSpatial)
library(raster)
data("enterprises")
production <- sdc_raster(enterprises, "production", min_count = 10)
print(production)
# show the average production per cell
plot(production, "mean")
production$min_count <- 2 # adjust norm for sdc
plot(production)
production_safe <- remove_sensitive(production)
plot(production_safe)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.