if (FALSE) {
data(boston)
res <- GSE(boston)
## plot all graphs
plot(res)
## plot individuals plots
plot(res, which="qqchisq")
plot(res, which="index")
plot(res, which="dd")
## control the coordinates, e.g. log10 transform the y-axis
plot(res, which="qqchisq", xlog10=TRUE, ylog10=TRUE)
plot(res, which="index", ylog10=TRUE)
plot(res, which="dd", xlog10=TRUE, ylog10=TRUE)
}
Run the code above in your browser using DataLab