tsubsample | R Documentation |
Subsample a matrix of time series.
tsubsample(x, target = NA, interval = NA)
x |
a matrix |
target |
target |
interval |
interval |
Subsample the given time series matrix down to a target time point number using equal intervals or select the time points with the given interval. Assumes that time points are columns and time points are equidistant.
the subsampled time series matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.