plot.outputdata | R Documentation |
Generic plot routine for class “ouputdata”. Currently it plots the plaquette history and the history of Delta H
## S3 method for class 'outputdata' plot(x, skip = 0, ...)
x |
object of class “outputdata” obtained from a read with
|
skip |
number of trajectories to be skipped in analysis for plaquette and exp(-Delta H). |
... |
additional arguments passed to the generic plot function. |
list containing the “data”, an object of class “uwerr” called “plaq.res” containing the statisical analysis for the plaquette and a second object of type “uwerr” called “dH.res” with the statisical analysis for exp(-Delta H)exp(-Delta H).
The plotted data is return in form of a list with named elements data
containing the input data, plaq.res an object returned by uwerrprimary
for the plaquette data dn dH.res
an object returned by uwerrprimary
for Delta H.
Carsten Urbach, curbach@gmx.de
readoutputdata
, uwerr
plaq <- readoutputdata(paste0(system.file(package="hadron"), "/extdata/output.data")) plaq.plot <- plot(plaq, skip=100) summary(plaq.plot$plaq.res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.