Learn R Programming

hadron (version 3.1.2)

plaq.sample: Sample plaquette time series

Description

A time series of so-called plaquette values generated by a Markov Chain MC process using the Hybrid Monte-Carlo algorithm. Plaquettes are the smallest possible closed loops which can be build in lattice QCD in discretised Euclidean space time.

Arguments

Format

The format is: num 0.583 0.582 0.582 0.582 0.582 ...

Examples

Run this code
# NOT RUN {
data(plaq.sample)
plot(x=c(1:length(plaq.sample)), y=plaq.sample, type="l", xlab="t", ylab="<P>")

# }

Run the code above in your browser using DataLab