unsymmetrise.cf | R Documentation |
After a symmetric correlation function has been averaged across the central
time slice, it is sometimes useful to explicitly duplicate the resulting
average to span all cf$Time time slices. This function takes a cf
with
cf$Time/2+1 time slices and turns it into one with cf$Time time slices by
reflecting the correlation function along the cf$Time/2 axis.
unsymmetrise.cf(cf, sym.vec = c(1))
cf |
|
sym.vec |
Integer vector giving the symmetry properties (see symmetrise.cf) of the original unsymmetrised correlation function. This should be of length cf$nrObs |
Returns an object of class cf
, which is the unfolded version
of the input cf
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.