levarr | R Documentation |
Not intended for casual user use. This function is used to provide
the partition to reorder wst.object
into wd.object
(nondecimated time ordered) objects.
levarr(v, levstodo)
v |
the vector to permute |
levstodo |
the number of levels associated with the current level in the object you wish to permute |
Description says all
A permutation of the v
vector according to the number of levels
that need handling
G P Nason
getarrvec
, convert.wd
, convert.wst
levarr(1:4, 3)
# [1] 1 3 2 4
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.