qqplotHD function

Normal QQ-plot of a fitted H-D model

Normal QQ-plot of a fitted H-D model

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

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)
  • Maintainer: Lauri Mehtatalo
  • License: GPL-2
  • Last published: 2022-04-29

Useful links