create_purpleair_variograms | R Documentation |
Create binned variograms using a cleaned PurpleAir data set, one day at a time
create_purpleair_variograms(df, cutoff = NULL)
df |
A cleaned SpatialPointsDataFrame of PurpleAir data, such as from
|
cutoff |
numeric A cutoff distance in meters that is passed to
|
A list containing daily variograms and model fits
pa_vg <- create_purpleair_variograms(pa_clean, cutoff = 100000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.