qqplotHD: Normal QQ-plot of a fitted H-D model

View source: R/lmfor.R

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)

lmfor documentation built on April 30, 2022, 1:08 a.m.