Description Usage Arguments Value Examples
Single-Day Lag Creator
1 |
data |
a vector for which the single-day lag is created |
lag |
a non-negative integer indicating the lag day |
A 'crossbasis' matrix showing the single-day lag
1 2 | # Lag 1
singleDayLag(data = df$pm25, lag = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.