Learn R Programming

hadron (version 3.1.2)

cf_shifted: Shifted CF mixin constructor

Description

Shifted CF mixin constructor

Usage

cf_shifted(.cf = cf(), deltat, forwardshift)

Arguments

.cf

cf object to extend.

deltat

TODO

forwardshift

Logical, TODO

Value

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

Details

The following fields will also be made available:

  • shifted: Logical, whether the correlation function has been shifted This is deprecated and instead the presence of a shift should be queried with inherits(cf, 'cf_shifted').

See Also

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