Description Usage Arguments Details Value
slice, subslice, and unslice are used to
separate a timeseries into climatological windows, then
reconstruct the timeseries from the windowed data.
1 2 3 4 5 |
x |
A vector of values to be sliced into windows. |
how |
A |
outer |
Logical: if TRUE, uses the outer windows from
|
s |
Sliced data – a list of vectors, each corresponding to a different climatological window. |
split |
Whether to segment subsliced data by year. Defaults
to the |
slice uses a cslice object to separate a
timeseries into climatological windows. unslice
reconstructs the timeseries from the (possibly modified) sliced
data. subslice takes data that has been sliced into outer
windows and extracts the inner windows from each slice.
Whether the sliced data is further segmented by year depends on
whether the cslice object is segmented (i.e., called with
split=TRUE). The subslice function also accepts a
split argument to override the default.
a list of vectors, one for each climatological window.
a list of vectors, one for each climatological window.
a single timeseries vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.