I am trying to recreate the following plot with R. Minitab describes this as a normal probability plot.
Try the qqPlot function in the QTLRel package.
qqPlot
QTLRel
require("QTLRel") qqPlot(rnorm(100))