Learn R Programming

hadron (version 3.1.2)

plot.cf: Plot a correlation function

Description

Plot a correlation function

Usage

# S3 method for cf
plot(x, neg.vec = rep(1, times = length(cf$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.

...

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.