noise: Noise data

Description References Examples

Description

Noise measurements, cartography and cost-based distance matrices from a pilot-study in Valencia, Spain (see reference).

References

Antonio López-Quílez and Facundo Muñoz (2009). Geostatistical computing of acoustic maps in the presence of barriers. Mathematical and Computer Modelling 50(5-6): 929–938. DOI:10.1016/j.mcm.2009.05.021

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
data(noise)
 if (require(sp)) {
   plot(malilla)
   points(obs, pch=19, col='red')

   ## geodata structure with transformed covariates
   covarnames=sapply(1:3, function(x) paste("d2TV", x, sep=""))
   obs1.df <- as.data.frame(cbind(Leq=obs$Leq,
                            1/(1+(as.data.frame(obs)[covarnames]/20)^2)))
   obs.gd <- as.geodata(cbind(coordinates(obs), obs1.df),
                        data.col="Leq",
                        covar.col=c('d2TV1','d2TV2','d2TV3'))
   plot(obs.gd)
 }

famuvie/geoRcb documentation built on May 16, 2019, 10:04 a.m.