Learn R Programming

hadron (version 3.1.2)

shift.cf: shift a correlation function by 'places' time-slices

Description

C'(t) = C(t+places) where places can be positive or negative as required and periodic boundary conditions in time are assumed

Usage

shift.cf(cf, places)

Arguments

cf

unsymmetrised correlation function (cf_meta and cf_orig mixins required)

places

integer number of time-slices for backward (negative) or forward (positive) shifts

Value

Returns an object of class cf containing the shifted correlation function.