## Not run:
# ## first, load ROOT scheme file and ROOT data file
# scheme.test3 <- root.scheme(paste(path.package("xps"),"schemes/SchemeTest3.root",sep="/"))
# data.test3 <- root.data(scheme.test3, paste(path.package("xps"),"rootdata/DataTest3_cel.root",sep="/"))
#
# ## qualification - rlm
# rlm.all <- rmaPLM(data.test3, "tmp_Test3RLMall", filedir=getwd(), tmpdir="", qualopt="all", option="transcript", add.data=FALSE)
#
# if (interactive()) {
# ## image(s) of raw data
# plotImage(data.test3, type="intensity", names="*")
# plotImage(data.test3, type="intensity", names="TestA2.cel")
#
# ## image(s) of residuals/weights
# plotImage(rlm.all, type="weights", names="*")
# plotImage(rlm.all, type="weights", qualopt="adjusted", names="*")
# plotImage(rlm.all, type="resids", names="TestA2_raw.res")
# }
#
# ## function image.dev() will be deprecated since it needs attachInten!!
# ## need to attach scheme mask and data
# data.test3 <- attachMask(data.test3)
# data.test3 <- attachInten(data.test3)
# if (interactive()) {
# image.dev(data.test3)
# }
# ## to avoid memory comsumption of R remove data:
# data.test3 <- removeInten(data.test3)
# data.test3 <- removeMask(data.test3)
# ## End(Not run)
Run the code above in your browser using DataLab