powered by
reads data from an output.data file written by tmLQCD
readoutputdata(filename)
filename of the data file
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.
outputdata
The data can be plotted directly using “plot”.
# NOT RUN { plaq <- readoutputdata(paste0(system.file(package="hadron"), "/extdata/output.data")) plot(plaq) # }
Run the code above in your browser using DataLab