powered by
Draws a qq-plot and qq-line from measurements samples of a RPPA data set
plotqq(x, fileName = "qqplot_and_line.pdf")
generates a PDF file.
RPPA data list as output from read.Data
read.Data
name of the PDF file
Heiko Mannsperger <h.mannsperger@dkfz.de>
This function implements the functions qqnorm and qqline from stats package to get an impression of the data distribution in an RPPA data set.
qqnorm
qqline
if (FALSE) { library(RPPanalyzer) data(dataIII) plotqq(dataIII,file="dataIII_qqplot.pdf") }
Run the code above in your browser using DataLab