Learn R Programming

RPPanalyzer (version 1.4.9)

plotqq: qq-plot and qq-line of an RPPA data set

Description

Draws a qq-plot and qq-line from measurements samples of a RPPA data set

Usage

plotqq(x, fileName = "qqplot_and_line.pdf")

Value

generates a PDF file.

Arguments

x

RPPA data list as output from read.Data

fileName

name of the PDF file

Author

Heiko Mannsperger <h.mannsperger@dkfz.de>

Details

This function implements the functions qqnorm and qqline from stats package to get an impression of the data distribution in an RPPA data set.

Examples

Run this code
if (FALSE) {
	library(RPPanalyzer)
	data(dataIII)
	plotqq(dataIII,file="dataIII_qqplot.pdf")
    }

Run the code above in your browser using DataLab