plot.uwerr: Plot Command For Class UWerr

View source: R/UWerr.R

plot.uwerrR Documentation

Plot Command For Class UWerr

Description

Plot Command For Class UWerr

Usage

## S3 method for class 'uwerr'
plot(x, ..., main = "x", plot.hist = TRUE, index = 1,
  Lambda = 100)

Arguments

x

object of class uwerr

...

generic parameters, not used here.

main

main title of the plots.

plot.hist

whether or not to generate a histogram

index

index of the observable to plot.

Lambda

Cutoff to be used in the error computation for the ACF.

Value

produces various plots, including a histogram, the autocorrelationfunction and the integrated autocorrelation time, all with error bars.

No return value.

Author(s)

Carsten Urbach, carsten.urbach@liverpool.ac.uk

See Also

uwerr

Examples


data(plaq.sample)
plaq.res <- uwerrprimary(plaq.sample)
plot(plaq.res)


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