qqnormDatWindat function

qqnormDatWindat

qqnormDatWindat

Normal QQPlot of data and Winsorized data

qqnormDatWindat( dat, windat, fraction = 0.01, ylim = NULL, main = main, facName = NULL )

Arguments

  • 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

Returns

A normal QQPlot of data with overlaid Winsorized data

Details

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.

Examples

args(qqnormDatWindat)
  • Maintainer: Doug Martin
  • License: GPL-2
  • Last published: 2023-08-30

Useful links