Learn R Programming

hadron (version 3.1.2)

plot.uwerr: Plot Command For Class UWerr

Description

Plot Command For Class UWerr

Usage

# S3 method for 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.

See Also

uwerr

Examples

Run this code
# NOT RUN {
data(plaq.sample)
plaq.res <- uwerrprimary(plaq.sample)
plot(plaq.res)

# }

Run the code above in your browser using DataLab