plot.uwerr | R Documentation |
Plot Command For Class UWerr
## S3 method for class 'uwerr' plot(x, ..., main = "x", plot.hist = TRUE, index = 1, Lambda = 100)
x |
object of class |
... |
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. |
produces various plots, including a histogram, the autocorrelationfunction and the integrated autocorrelation time, all with error bars.
No return value.
Carsten Urbach, carsten.urbach@liverpool.ac.uk
uwerr
data(plaq.sample) plaq.res <- uwerrprimary(plaq.sample) plot(plaq.res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.