knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

CRAN status R build status status Mentioned in Awesome Official Statistics

sdcSpatial

Publishing a raster density map can reveal sensitive values. sdcSpatial is an opensource R package for creating spatial density (raster) maps from point data while protecting the privacy of individual observations.

sdcSpatial offers a sdc_raster class that allows to:

Installation

install.packages("sdcSpatial")

To install the current development version of sdcSpatial with devtools

remotes::install_github("edwindj/sdcSpatial")

Example




edwindj/sdcSpatial documentation built on April 13, 2025, 1:57 a.m.