plotqq | R Documentation |
Draws a qq-plot and qq-line from measurements samples of a RPPA data set
plotqq(x, fileName = "qqplot_and_line.pdf")
x |
RPPA data list as output from |
fileName |
name of the PDF file |
This function implements the functions qqnorm
and qqline
from
stats package to get an impression of the data distribution in an RPPA data set.
generates a PDF file.
Heiko Mannsperger <h.mannsperger@dkfz.de>
## Not run:
library(RPPanalyzer)
data(dataIII)
plotqq(dataIII,file="dataIII_qqplot.pdf")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.