Learn R Programming

hadron (version 3.1.2)

plot.raw_cf: plot all correlators in raw_cf object

Description

plot all correlators in raw_cf object

Usage

# S3 method for raw_cf
plot(x, ..., reim = "real", reim_same = FALSE)

Arguments

x

Object of class raw_cf with data and meta-data.

...

Further parameters passed to plotwitherror.

reim

Character vector, may contain 'real', 'imag' or 'both'. Determines whether the real and/or imaginary parts of the correlation funtions should be plotted.

reim_same

Boolean, determines whether the real and imaginary parts, if both are to be plotted, will be plotted in the same plot.

Value

Invisibly returns the plotdata, see get_plotdata_raw_cf.