powered by
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)
A nonlinear H-D model model fitted by fithd.
fithd
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.
# NOT RUN { data(spati) model<-fithd(spati$d,spati$h,spati$plot) qqplotHD(model) # }
Run the code above in your browser using DataLab