This R package provides functions to geostatistical analys of geomasked and aggregated spatial data. It is needed to reproduce the output of my PhD Thesis.

Installation

To install the package in R and the relatives vignettes it is enough to execute the following lines of code

install.packages("devtools")
devtools::install_github("claudiofronterre/geomask", dependencies = T, build_vignettes = T)