cf_meta | R Documentation |
CF metadata mixin constructor
cf_meta(.cf = cf(), nrObs = 1, Time = NA, nrStypes = 1, symmetrised = FALSE)
.cf |
|
nrObs |
Integer, number of different measurements contained in this correlation function. One can use c.cf to add multiple observables into one container. This is for instance needed when passing to the gevp function. |
Time |
Integer, full time extent. |
nrStypes |
Integer, number of smearing types. |
symmetrised |
Logical, indicating whether the correlation function has been symmetrized. |
returns the input object of class cf
with the metadata mixin added
Other cf constructors:
cf_boot()
,
cf_orig()
,
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.