qqplotHD | R Documentation |
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)
model |
A nonlinear H-D model model fitted by |
startnew |
Should a new plotting window be opened? |
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.
Lauri Mehtatalo <lauri.mehtatalo@uef.fi>
data(spati) model<-fithd(spati$d,spati$h,spati$plot) qqplotHD(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.