Learn R Programming

hadron (version 3.1.2)

cf_weighted: Weighted CF mixin constructor

Description

Weighted CF mixin constructor

Usage

cf_weighted(.cf = cf(), weight.factor, weight.cosh)

Arguments

.cf

cf object to extend.

weight.factor

TODO

weight.cosh

TODO

Value

returns the input object of class cf with the weighted mixin added

Details

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').

See Also

Other cf constructors: cf_boot(), cf_meta(), cf_orig(), cf_principal_correlator(), cf_shifted(), cf_smeared(), cf_subtracted(), cf()