plot_eigenvalue_timeseries: plot_eigenvalue_timeseries

View source: R/timeseries.R

plot_eigenvalue_timeseriesR Documentation

plot_eigenvalue_timeseries

Description

function to plot timeseries of eigenvlues, including minimum and maximum eigenvalue bands as found in the monomial_0x.data files produced by tmLQCD

Usage

plot_eigenvalue_timeseries(dat, stat_range, ylab, plotsize, filelabel,
  titletext, pdf.filename, errorband_color = rgb(0.6, 0, 0, 0.6),
  debug = FALSE)

Arguments

dat

Timeseries to analyse.

stat_range

range of statistics to use.

ylab

Y-axis label.

plotsize

Width and Height of plot.

filelabel

String. Label of the file.

titletext

Text in the plot title.

pdf.filename

String. PDF filename.

errorband_color

String. Colour of the error band.

debug

Boolean. Generate debug output.

Value

Returns a list with two named elements mineval and maxeval for the minimal and the maximal eigenvalue, see plot_timeseries.


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