krige_airnow_all | R Documentation |
Runs daily ordinary kriging based on PM25_log data from a monitor SPDF from
recast_monitors
to a set of locations and dates.
krige_airnow_all(an, outlocs, vgms)
an |
A SpatialPointsDataFrame from |
outlocs |
A SpatialPointsDataFrame from |
vgms |
A list of daily variograms from
|
The dataframe portion of outlocs with the kriging prediction and variance added (PM25_log_ANK and PM25_log_var)
ank_complete <- krige_airnow_all(an_ws, an_ws an_vg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.