readoutputdata | R Documentation |
reads data from an output.data file written by tmLQCD
readoutputdata(filename)
filename |
filename of the data file |
The data can be plotted directly using “plot”.
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.
Carsten Urbach curbach@gmx.de
plaq <- readoutputdata(paste0(system.file(package="hadron"), "/extdata/output.data")) plot(plaq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.