Skip to content

Spatial grid

1 message · Adrian Baddeley

#
Ogbos Okike <ogbos.okike at gmail.com> writes:
Probably what you want to do is to compute a kernel smoothed density (or intensity) estimate on the sphere. The density or intensity will give you the number of strikes per unit area on the sphere, measured locally. This can be plotted as a colour image where 'hot' colours mean higher densities of lightning.  

You can do this with the function sm.sphere() in the 'sm' package, for example. 

Adrian Baddeley