| pplot {mQTL} | R Documentation |
Plot the results with a color scale y layer over 3 in 2D
pplot(z, titre, ppm, res, LT = c(5,10,15,20))
z |
mQTL's whole results |
titre |
figure title |
ppm |
chemical shift |
res |
results to be plotted |
LT |
quantil(res,probs), res: results and probs: vector of probabilities |
2-D profile
Jean-Baptiste Cazier
## Not run: ## Plot 3D profile x11(width=5,height=5,pointsize=5) titel<-"Example plot" probs=c(0.95,0.99,0.999,0.9999) ## probabilities pplot(res,"Full 2D Profile", ppm, best, quantile(res,probs=probs)) ## End(Not run)