Description Usage Arguments Examples
View source: R/wf_moving_window.R
Makes a comparison matrix for the moving window analysis
1 |
x |
An |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # Load lubridate
library(lubridate)
# Grab a date/time
right_now <- Sys.time()
# Construct windows
wind <- construct_windows(start = right_now,
width = days(10),
step = days(10),
end = right_now + days(100))
# Create comparison matrix
mat <- comp_mat.mv_wind(wind)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.