search for: coef_avdbh

Displaying 1 result from an estimated 1 matches for "coef_avdbh".

2009 Jun 04
2
wrong labels and colors of points in graph/plot
...ab="average height per site [cm]", xlim=c(20,3020), ylim=c(-2,5), col=coef_avheight$color) highlight(coef_avheight$intercept ~ coef_avheight$average_height, lbls=coef_avheight$site_no,col="Red", cex = .6) #create temp container for all coefficients with average dbh for plotting coef_avdbh<- coefficient2[which(!is.na(coefficient2$average_dbh)),] plot(coef_avdbh$intercept ~ coef_avdbh$average_dbh, main="intercepts ::: dbh", ylab="intercepts", xlab="average dbh per site [mm]", xlim=c(-10,360), ylim=c(-2,5),col=coef_avdbh$color ) highlight(coef_avdbh$in...