My thumb grows tired of having to back arrow so much in the help files :-( Would it be possible to add to the wish list that a link to the help index page (since the up button at the top of the package index never seems to work for me) and another link to the search page? Jeff. --- Jeff D. Hamann Forest Informatics, Inc. PO Box 1421 Corvallis, Oregon USA 97339-1421 541-754-1428 jeff.hamann at forestinformatics.com www.forestinformatics.com
Dear all, I don't know why the following doesn't work. if(cls$size[1]>cls$size[2]) {cls1<-tempforce[cls$cluster==1];cls2<-tempforce[cls$cluster==2]} else {cls1<-tempforce[cls$cluster==2];cls2<-tempforce[cls$cluster==1]} Error: syntax error What is the problem here? thanks. Ming