krige_purpleair | R Documentation |
Performs daily ordinary kriging interpolation at specified locations and dates
krige_purpleair(pa_data, out_locs, vgms)
pa_data |
Cleaned PurpleAir data such as produced by
|
out_locs |
A SpatialPointsDataFrame with monitor data such as from
|
vgms |
Daily variograms as produced by
|
The data from out_locs with interpolated PurpleAir PM2.5 in log scale attached
pa_ok <- krige_purpleair(pa_clean, mon, pa_vg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.