Last data update: 2014.03.03

R: Normal QQ-plot of a fitted H-D model
qqplotHDR Documentation

Normal QQ-plot of a fitted H-D model

Description

Produces a panel of graphs including the Normal qq-plot of a H-D model residuals and of the predicted random effects.

Usage

qqplotHD(model, startnew=TRUE)

Arguments

model

A nonlinear H-D model model fitted by fithd.

startnew

Should a new plotting window be opened?

Details

The function extracts the residuals and the random effects of the fitted Height-Diameter model and produces a panel of plots including univariate Normal qq-plots of the model.

Author(s)

Lauri Mehtatalo (lauri.mehtatalo@uef.fi)

Examples

data(spati)

model<-fithd(spati$d,spati$h,spati$plot)

qqplotHD(model)

Results