plot.outputdata: Plot Command For Class Ouputdata

plot.outputdataR Documentation

Plot Command For Class Ouputdata

Description

Generic plot routine for class “ouputdata”. Currently it plots the plaquette history and the history of Delta H

Usage

## S3 method for class 'outputdata'
plot(x, skip = 0, ...)

Arguments

x

object of class “outputdata” obtained from a read with readoutputdata

skip

number of trajectories to be skipped in analysis for plaquette and exp(-Delta H).

...

additional arguments passed to the generic plot function.

Value

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.

Author(s)

Carsten Urbach, curbach@gmx.de

See Also

readoutputdata, uwerr

Examples


plaq <- readoutputdata(paste0(system.file(package="hadron"), "/extdata/output.data"))
plaq.plot <- plot(plaq, skip=100)
summary(plaq.plot$plaq.res)


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