freqpoly: Frequency polygon plot

View source: R/multifreqpoly.R

freqpolyR Documentation

Frequency polygon plot

Description

Similar to histogram, frequency polygon plot can be used to inspect data distribution.

Usage

freqpoly(mat, nbreaks=15, col="black", xlab="", ylab="Frequency", 
         type="l",append=FALSE,...)

Arguments

mat

A numeric vector

nbreaks

Number of bins for frequency counting

col

color code

xlab

x-axis lable

ylab

y-axis lable

type

character indicating the type of plotting; actually any of the 'type's as in 'plot.default'.

append

TRUE or FALSE, whether to create a new figure or append to the current figure.

...

Further arguments that get passed to the function "plot"

Value

Frequency polygon plot.

Author(s)

Zongli Xu

References

Zongli Xu, Liang Niu, Leping Li and Jack A. Taylor, ENmix: a novel background correction method for Illumina HumanMethylation450 BeadChip. Nucleic Acids Research 2015.

Examples


freqpoly(rnorm(1000))

xuz1/ENmix documentation built on Aug. 5, 2023, 7:11 a.m.