Learn R Programming

hadron (version 3.1.2)

readoutputdata: 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

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.

Details

The data can be plotted directly using “plot”.

Examples

Run this code
# NOT RUN {
plaq <- readoutputdata(paste0(system.file(package="hadron"), "/extdata/output.data"))
plot(plaq)

# }

Run the code above in your browser using DataLab