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
...
generic parameters, not used here.
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.
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