I am trying to recreate the following plot with R. Minitab describes this as a normal probability plot.
I know it's an old question, but for others who also still look for a solution, have a look at ggqqplot from the ggpubr package.
ggqqplot
ggpubr
library(ggpubr) ggqqplot(data$sample)