Usage
# S3 method for scaleboot
plot(x, models=NULL, select=NULL, sort.by=c("aic","none"),
k=NULL, s=NULL, sp=NULL, lambda=NULL, bpk=NULL,
xval = c("square", "inverse","sigma"),
yval = c("psi", "zvalue", "pvalue"), xlab = NULL,
ylab = NULL,log.xy = "", xlim = NULL, ylim = NULL,
add = F, length.x = 300, main=NULL,
col =1:6, lty = 1:5, lwd = par("lwd"), ex.pch=2:7,
pch = 1, cex = 1, pt.col = col[1],pt.lwd = lwd[1],
legend.x = NULL, inset = 0.1, cex.legend=1,...)# S3 method for summary.scaleboot
plot(x, select="average",
k=x$parex$k,s=x$parex$s,sp=x$parex$sp,lambda=x$parex$lambda, ...)
# S3 method for scalebootv
plot(x,models=attr(x,"models"),sort.by="none",...)
# S3 method for summary.scalebootv
plot(x, select="average",...)
# S3 method for scaleboot
lines(x,z,models=names(x$fi), k=NULL,s=NULL,sp=NULL,lambda=NULL,
bpk=NULL, length.x=z$length.x, col=z$col,lty=z$lty,lwd=z$lwd,... )
sblegend(x="topright",y=NULL,z,inset=0.1,...)
sbplotbeta(beta, p=0.05, col.contour=c("blue","red","green"),
drawcontours = TRUE, drawlabels = TRUE,
labcex=1,length=100, cex=1, col="black",
xlim=NULL, ylim=NULL, lim.countourexpand=0 )