plot.cf: Plot a correlation function

plot.cfR Documentation

Plot a correlation function

Description

Plot a correlation function

Usage

## S3 method for class 'cf'
plot(x, neg.vec = rep(1, times = length(x$cf0)), rep = FALSE,
  ...)

Arguments

x

cf_boot object

neg.vec

Numeric vector of length cf$cf0. This allows switching the sign for certain time slices or observables such that displaying in log-scale is sensible.

rep

See plotwitherror.

...

Graphical parameter to be passed on to plotwitherror

Value

Invisibly returns a data.frame with named columns t containing the (physical) t-values, CF the mean values of the correlation function and Err its standard error.


hadron documentation built on Sept. 9, 2022, 5:06 p.m.