cf_weighted | R Documentation |
Weighted CF mixin constructor
cf_weighted(.cf = cf(), weight.factor, weight.cosh)
.cf |
|
weight.factor |
TODO |
weight.cosh |
TODO |
The following fields will also be made available:
weighted
: Logical, indicating whether the correlation function has been weighted. This is deprecated and instead the presence of this should be queried with inherits(cf, 'cf_weighted')
.
returns the input object of class cf
with the weighted mixin added
Other cf constructors:
cf_boot()
,
cf_meta()
,
cf_orig()
,
cf_principal_correlator()
,
cf_shifted()
,
cf_smeared()
,
cf_subtracted()
,
cf()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.