Skip to content
Prev 6402 / 29559 Next

Spatial grid

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