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

Description Usage Arguments Details Value Author(s) Examples

Description

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

Usage

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

Arguments

x

RPPA data list as output from read.Data

fileName

name of the PDF file

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.

Value

generates a PDF file.

Author(s)

Heiko Mannsperger <h.mannsperger@dkfz.de>

Examples

1
2
3
4
	library(RPPanalyzer)
	data(dataIII)
	plotqq(dataIII,file="dataIII_qqplot.pdf")
    

RPPanalyzer documentation built on May 2, 2019, 6:10 p.m.