View source: R/qqnormDatWindat.R
qqnormDatWindat | R Documentation |
Normal QQPlot of data and Winsorized data
qqnormDatWindat(
dat,
windat,
fraction = 0.01,
ylim = NULL,
main = main,
facName = NULL
)
dat |
Numeric data vector |
windat |
Numeric Winsorized data set |
fraction |
Fraction of data that is Winsorized |
ylim |
Numeric data with two values that control vertical plot range |
main |
Character main title of plot |
facName |
Character data for y axis label |
The result plot displays a normal QQPlot of the orginal data as solid points, along with the horizontal display of the Winsorized data as small circles.
A normal QQPlot of data with overlaid Winsorized data
args(qqnormDatWindat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.