raw_cf
objectcreate convenient overview plots for a raw_cf
object
overview_plot_raw_cf(cf, grid, reim = "real", reim_same = FALSE,
relerr = FALSE, tauint = FALSE, value_logplot = TRUE,
value_factor = c(1), title = "")
'raw_cf' container with data and meta-data
Optional, integer vector which satisfies
prod(grid) == prod(cf$dim)
. This is passed to par
via
par(mfrow=grid)
to produce a grid of plots as defined by the
components of grid
.
Vector of strings, one of 'real', 'imag' or 'both'. Specified whether the real or imaginary parts (or both) should be plotted.
Boolean, whether real and imaginary parts should be plotted
on the same plot. If TRUE
, then reim
must
be 'both'. If this is given, the imaginary part as well as its
relative error and per-time-slice integrated autocorreation times
Boolean, whether a plot of the relative error per time slice should be added.
Boolean, whether a plot of the integrated auto-correlation time on each time slice should be added.
Boolean, whether the plot of the correlator should be
on a logarithmic vertical axis. (does not affect tauint
and relerr
).
Numeric, either of length '1' or as long as the number of
correlation functions in cf
. The data will be scaled
by this factor before plotting.
Character vector, will be passed as the main
argument to
plotwitherror which in turn passes it to plot. Can
be either of length '1' or prod(cf$dim)
No return value, only plots are generated.