# plot.normX
data(USJudgeRatings) # data packaged with R
plotNormX(USJudgeRatings$CONT)
# creates a pdf file that contains plots for all 12 variables in USJudgeRatings
# plot.normXm
data(USJudgeRatings)
pdf("Judge.pdf") #writes file to working directory
plotNormXm(USJudgeRatings, 12)
dev.off()
Run the code above in your browser using DataLab