cf_orig | R Documentation |
Original data CF mixin constructor
cf_orig(.cf = cf(), cf, icf = NULL)
.cf |
|
cf |
Numeric matrix, original data for all observables and measurements. |
icf |
Numeric matrix, imaginary part of original data. Be very careful with this as quite a few functions just ignore the imaginary part and drop it in operations. |
returns the input object of class cf
with the original data mixin added
Other cf constructors:
cf_boot()
,
cf_meta()
,
cf_principal_correlator()
,
cf_shifted()
,
cf_smeared()
,
cf_subtracted()
,
cf_weighted()
,
cf()
newcf <- cf_orig(cf=array(rnorm(25*100), dim=c(100, 25))) newcf <- cf_meta(newcf, nrObs=1, Time=48, symmetrised=TRUE) newcf <- bootstrap.cf(newcf) plot(newcf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.