plot_eigenvalue_timeseries | R Documentation |
function to plot timeseries of eigenvlues, including minimum and maximum eigenvalue bands as found in the monomial_0x.data files produced by tmLQCD
plot_eigenvalue_timeseries(dat, stat_range, ylab, plotsize, filelabel, titletext, pdf.filename, errorband_color = rgb(0.6, 0, 0, 0.6), debug = FALSE)
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. |
Returns a list with two named elements mineval
and maxeval
for the minimal
and the maximal eigenvalue, see plot_timeseries.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.