qqnormDatWindat {PCRA}R Documentation

qqnormDatWindat

Description

Normal QQPlot of data and Winsorized data

Usage

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

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.

Value

A normal QQPlot of data with overlaid Winsorized data

Examples

args(qqnormDatWindat)

[Package PCRA version 1.2 Index]