QQDecorr.varobj {vardiag}R Documentation

QQ-Plot of Decorrelated Residuals

Description

Produces a qq-plot of decorrelated residuals for a variogram object.

Usage

QQDecorr.varobj(v)

Arguments

v A variogram object

Details

A plot is created on the current graphics device with quantiles of the normal distribution on the horizontal axis and ordered values of the decorrelated residuals on the vertical axis.

A straight red line marks the expected curve of this plot. Additionally approximate confidence bounds for 10% significance are given.

Author(s)

Ernst Glatzer

See Also

PlotDiag.varobj

Examples

data(tulln)
QQDecorr.varobj(vs50)

[Package vardiag version 0.1 Index]