readoutputdata: Read Data In output.data Format of tmLQCD

View source: R/readutils.R

readoutputdataR Documentation

Read Data In output.data Format of tmLQCD

Description

reads data from an output.data file written by tmLQCD

Usage

readoutputdata(filename)

Arguments

filename

filename of the data file

Details

The data can be plotted directly using “plot”.

Value

returns a data frame of class “outputdata” containing the data.

Returns an object of class outputdata derived from a data.frame as generated by read.table applied to the input file.

Author(s)

Carsten Urbach curbach@gmx.de

Examples


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


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